From efd6886abc63e52bf4f733b249ef18784ae66caf Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Mon, 15 Mar 2021 17:59:29 +0300 Subject: [PATCH] Fix colors --- apps/common/main/resources/less/buttons.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/common/main/resources/less/buttons.less b/apps/common/main/resources/less/buttons.less index b513eba070..139036b688 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],