Fix small UI issues with the new colortheme

This commit is contained in:
yflory
2018-04-16 15:46:19 +02:00
parent ec0fc85b9f
commit e2b9cf1c40
4 changed files with 8 additions and 2 deletions

View File

@@ -254,6 +254,7 @@
&.danger {
background-color: @colortheme_alertify-red;
border-color: @colortheme_alertify-red-border;
color: @colortheme_alertify-red-color;
&:hover, &:active {
background-color: contrast(@colortheme_modal-bg, darken(@colortheme_alertify-red, 10%), lighten(@colortheme_alertify-red, 10%));
}
@@ -262,6 +263,7 @@
&.safe {
background-color: @colortheme_alertify-green;
border-color: @colortheme_alertify-green-border;
color: @colortheme_alertify-green-color;
&:hover, &:active {
background-color: contrast(@colortheme_modal-bg, darken(@colortheme_alertify-green, 10%), lighten(@colortheme_alertify-green, 10%));
}