mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 13:40:15 +08:00
[SSE] Fix loader
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user