[forms] fix app stylesheet

This commit is contained in:
Maxim Kadushkin 2021-11-24 19:43:33 +03:00
parent a1770faac2
commit 18107d2145

View file

@ -4,3 +4,7 @@
@header-background-color-ie: @toolbar-header-document-ie;
@header-background-color: var(--toolbar-header-document);
#editor_sdk {
background-color: #fff;
background-color: var(--background-normal);
}