From 38975fc390fa8a1dd309bd93bfd5aa950c5ab76c Mon Sep 17 00:00:00 2001 From: "Julia.Radzhabova" Date: Tue, 3 Jun 2025 13:20:01 +0300 Subject: [PATCH] Fix shadow colors --- apps/documenteditor/main/resources/less/rightmenu.less | 3 ++- apps/pdfeditor/main/resources/less/rightmenu.less | 3 ++- apps/presentationeditor/main/resources/less/rightmenu.less | 3 ++- apps/spreadsheeteditor/main/resources/less/rightmenu.less | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/apps/documenteditor/main/resources/less/rightmenu.less b/apps/documenteditor/main/resources/less/rightmenu.less index 9ade88e4aa..03bd78c713 100644 --- a/apps/documenteditor/main/resources/less/rightmenu.less +++ b/apps/documenteditor/main/resources/less/rightmenu.less @@ -273,7 +273,8 @@ div { width: 32px; height: 32px; - background: white; + background: @background-normal-ie; + background: @background-normal; border-radius: 1px; border: 1px @icon-normal-ie solid; border: 1px @icon-normal solid; diff --git a/apps/pdfeditor/main/resources/less/rightmenu.less b/apps/pdfeditor/main/resources/less/rightmenu.less index efe02c8bba..2bebf1e41b 100644 --- a/apps/pdfeditor/main/resources/less/rightmenu.less +++ b/apps/pdfeditor/main/resources/less/rightmenu.less @@ -195,7 +195,8 @@ div { width: 32px; height: 32px; - background: white; + background: @background-normal-ie; + background: @background-normal; border-radius: 1px; border: 1px @icon-normal-ie solid; border: 1px @icon-normal solid; diff --git a/apps/presentationeditor/main/resources/less/rightmenu.less b/apps/presentationeditor/main/resources/less/rightmenu.less index b945b5cfb9..fe94b3c72d 100644 --- a/apps/presentationeditor/main/resources/less/rightmenu.less +++ b/apps/presentationeditor/main/resources/less/rightmenu.less @@ -188,7 +188,8 @@ div { width: 32px; height: 32px; - background: white; + background: @background-normal-ie; + background: @background-normal; border-radius: 1px; border: 1px @icon-normal-ie solid; border: 1px @icon-normal solid; diff --git a/apps/spreadsheeteditor/main/resources/less/rightmenu.less b/apps/spreadsheeteditor/main/resources/less/rightmenu.less index a82cedc96b..f33598b72f 100644 --- a/apps/spreadsheeteditor/main/resources/less/rightmenu.less +++ b/apps/spreadsheeteditor/main/resources/less/rightmenu.less @@ -186,7 +186,8 @@ div { width: 32px; height: 32px; - background: white; + background: @background-normal-ie; + background: @background-normal; border-radius: 1px; border: 1px @icon-normal-ie solid; border: 1px @icon-normal solid;