[SSE] Fix loader
This commit is contained in:
parent
17535856a0
commit
d5e54fc53d
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue