From 21c6737bab94043bb486d33aa4100b8dfe7d07e3 Mon Sep 17 00:00:00 2001 From: Denis Dokin Date: Wed, 24 Sep 2025 09:44:23 +0300 Subject: [PATCH] update rightmenu.less --- .../documenteditor/main/resources/less/rightmenu.less | 11 ++++------- apps/pdfeditor/main/resources/less/rightmenu.less | 11 ++++------- .../main/resources/less/rightmenu.less | 11 ++++------- .../main/resources/less/rightmenu.less | 11 ++++------- 4 files changed, 16 insertions(+), 28 deletions(-) diff --git a/apps/documenteditor/main/resources/less/rightmenu.less b/apps/documenteditor/main/resources/less/rightmenu.less index 793c08217b..385bbbe0aa 100644 --- a/apps/documenteditor/main/resources/less/rightmenu.less +++ b/apps/documenteditor/main/resources/less/rightmenu.less @@ -271,13 +271,10 @@ justify-content: center; div { - width: 32px; - height: 32px; - background: #eee; - background: @canvas-background; - border-radius: 1px; - border: 1px @icon-normal-ie solid; - border: 1px @icon-normal solid; + width: 24px; + height: 24px; + background: #dedede; + border: 1px #808080 solid; } } diff --git a/apps/pdfeditor/main/resources/less/rightmenu.less b/apps/pdfeditor/main/resources/less/rightmenu.less index 93385f1b7e..151c344521 100644 --- a/apps/pdfeditor/main/resources/less/rightmenu.less +++ b/apps/pdfeditor/main/resources/less/rightmenu.less @@ -193,13 +193,10 @@ justify-content: center; div { - width: 32px; - height: 32px; - background: #eee; - background: @canvas-background; - border-radius: 1px; - border: 1px @icon-normal-ie solid; - border: 1px @icon-normal solid; + width: 24px; + height: 24px; + background: #dedede; + border: 1px #808080 solid; } } diff --git a/apps/presentationeditor/main/resources/less/rightmenu.less b/apps/presentationeditor/main/resources/less/rightmenu.less index 02d5a22889..30ccdf3d32 100644 --- a/apps/presentationeditor/main/resources/less/rightmenu.less +++ b/apps/presentationeditor/main/resources/less/rightmenu.less @@ -186,13 +186,10 @@ justify-content: center; div { - width: 32px; - height: 32px; - background: #eee; - background: @canvas-background; - border-radius: 1px; - border: 1px @icon-normal-ie solid; - border: 1px @icon-normal solid; + width: 24px; + height: 24px; + background: #dedede; + border: 1px #808080 solid; } } diff --git a/apps/spreadsheeteditor/main/resources/less/rightmenu.less b/apps/spreadsheeteditor/main/resources/less/rightmenu.less index 7fe43bd966..0437582288 100644 --- a/apps/spreadsheeteditor/main/resources/less/rightmenu.less +++ b/apps/spreadsheeteditor/main/resources/less/rightmenu.less @@ -184,13 +184,10 @@ justify-content: center; div { - width: 32px; - height: 32px; - background: #eee; - background: @canvas-background; - border-radius: 1px; - border: 1px @icon-normal-ie solid; - border: 1px @icon-normal solid; + width: 24px; + height: 24px; + background: #dedede; + border: 1px #808080 solid; } }