diff --git a/apps/documenteditor/main/app/template/FormSettings.template b/apps/documenteditor/main/app/template/FormSettings.template index 5caed0fa8..c55e4e3cc 100644 --- a/apps/documenteditor/main/app/template/FormSettings.template +++ b/apps/documenteditor/main/app/template/FormSettings.template @@ -79,7 +79,7 @@ -
+
diff --git a/apps/documenteditor/main/resources/less/rightmenu.less b/apps/documenteditor/main/resources/less/rightmenu.less index cefe993a5..dfd274f36 100644 --- a/apps/documenteditor/main/resources/less/rightmenu.less +++ b/apps/documenteditor/main/resources/less/rightmenu.less @@ -155,4 +155,9 @@ justify-content: center; align-items: center; } -} \ No newline at end of file +} + +#form-list-list { + background-color: @background-normal-ie; + background-color: @background-normal; +}