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;