diff --git a/apps/common/main/resources/less/buttons.less b/apps/common/main/resources/less/buttons.less index b513eba07..139036b68 100644 --- a/apps/common/main/resources/less/buttons.less +++ b/apps/common/main/resources/less/buttons.less @@ -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],