diff --git a/apps/documenteditor/main/app/template/FormSettings.template b/apps/documenteditor/main/app/template/FormSettings.template
index 5caed0fa8b..c55e4e3ccf 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 cefe993a59..dfd274f36d 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;
+}
|