[SSE] Fix loader

This commit is contained in:
Julia Radzhabova 2021-02-26 12:22:06 +03:00
parent 17535856a0
commit d5e54fc53d
2 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@
<!-- splash -->
<style type="text/css">
.theme-dark {
--toolbar-header-document: #2a2a2a;
--toolbar-header-spreadsheet: #2a2a2a;
--background-toolbar: #404040;
--background-normal: #333;
--border-toolbar: #2a2a2a;
@ -36,7 +36,7 @@
width: 100%;
min-height: 28px;
background: #40865c;
background: var(--toolbar-header-document, #40865c);
background: var(--toolbar-header-spreadsheet, #40865c);
}
.loadmask > .brendpanel > div {

View file

@ -27,7 +27,7 @@
width: 100%;
min-height: 28px;
background: #40865c;
background: var(--toolbar-header-document, #40865c);
background: var(--toolbar-header-spreadsheet, #40865c);
}
.loadmask > .brendpanel > div {