[themes] fixed some colors for "classic" theme
This commit is contained in:
parent
30148bbd6d
commit
ba5c1ba4ab
|
@ -358,8 +358,8 @@
|
|||
|
||||
&:active:not(.disabled),
|
||||
&.active:not(.disabled) {
|
||||
color: @text-normal-ie;
|
||||
color: @text-normal;
|
||||
color: @text-normal-pressed-ie;
|
||||
color: @text-normal-pressed;
|
||||
background-color: @highlight-button-pressed-ie;
|
||||
background-color: @highlight-button-pressed;
|
||||
}
|
||||
|
|
|
@ -46,8 +46,8 @@
|
|||
}
|
||||
|
||||
&:hover {
|
||||
color: @text-normal-pressed-ie;
|
||||
color: @text-normal-pressed;
|
||||
color: @text-normal-ie;
|
||||
color: @text-normal;
|
||||
background-color: @highlight-button-hover-ie;
|
||||
background-color: @highlight-button-hover;
|
||||
}
|
||||
|
|
|
@ -40,6 +40,8 @@
|
|||
&.selected {
|
||||
background-color: @highlight-button-pressed-ie;
|
||||
background-color: @highlight-button-pressed;
|
||||
color: @text-normal-pressed-ie;
|
||||
color: @text-normal-pressed;
|
||||
}
|
||||
|
||||
&.selected .empty {
|
||||
|
|
Loading…
Reference in a new issue