Fix colors
This commit is contained in:
parent
35cab5fe73
commit
efd6886abc
|
@ -753,7 +753,8 @@
|
|||
&.active:not(.disabled) {
|
||||
background-color: @highlight-button-pressed-ie !important;
|
||||
background-color: @highlight-button-pressed !important;
|
||||
color: white;
|
||||
color: @text-normal-pressed-ie;
|
||||
color: @text-normal-pressed;
|
||||
}
|
||||
|
||||
&[disabled],
|
||||
|
|
Loading…
Reference in a new issue