mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 13:10:48 +08:00
Fix colors
This commit is contained in:
@ -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],
|
||||
|
||||
Reference in New Issue
Block a user