From c78ef1d2ccb43469b552d78eab27bb05ea4e4998 Mon Sep 17 00:00:00 2001 From: Maxim Kadushkin Date: Wed, 18 Nov 2020 19:06:29 +0300 Subject: [PATCH] [dark theme] changed style not primary button in dialogs --- 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 a2692882c..ced8442c5 100644 --- a/apps/common/main/resources/less/buttons.less +++ b/apps/common/main/resources/less/buttons.less @@ -834,7 +834,8 @@ font-weight: bold; width: 86px; color: @text-normal; - background-color: @highlight-button-hover; + background-color: @background-normal; + border: 1px solid @border-regular-control; &:hover:not(.disabled), &.hover:not(.disabled) {