[all] fix bug 49886
This commit is contained in:
parent
4533ceafd7
commit
c4b69233e5
|
@ -14,12 +14,16 @@
|
|||
--toolbar-header-document: #2a2a2a;
|
||||
--background-toolbar: #404040;
|
||||
--border-toolbar: #2a2a2a;
|
||||
--highlight-button-pressed: #606060;
|
||||
--highlight-button-hover: #e0e0e0;
|
||||
--canvas-background: #666666;
|
||||
/*--canvas-content-background: #fff;*/
|
||||
--canvas-page-border: #555;
|
||||
}
|
||||
|
||||
.theme-classic-light {
|
||||
--highlight-button-hover: #d8dadc;
|
||||
}
|
||||
|
||||
.loadmask {
|
||||
left: 0;
|
||||
top: 0;
|
||||
|
@ -91,7 +95,7 @@
|
|||
|
||||
.loadmask > .sktoolbar li {
|
||||
background: #ccc;
|
||||
background: var(--highlight-button-pressed, #ccc);
|
||||
background: var(--highlight-button-hover, #ccc);
|
||||
border-radius: 3px;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
|
|
|
@ -82,7 +82,7 @@
|
|||
|
||||
.loadmask > .sktoolbar li {
|
||||
background: #ccc;
|
||||
background: var(--highlight-button-pressed, #ccc);
|
||||
background: var(--highlight-button-hover, #ccc);
|
||||
border-radius: 3px;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
|
|
|
@ -13,12 +13,16 @@
|
|||
--toolbar-header-presentation: #2a2a2a;
|
||||
--background-toolbar: #404040;
|
||||
--border-toolbar: #2a2a2a;
|
||||
--highlight-button-pressed: #606060;
|
||||
--highlight-button-hover: #606060;
|
||||
--canvas-background: #666666;
|
||||
/*--canvas-content-background: #fff;*/
|
||||
--canvas-page-border: #555;
|
||||
}
|
||||
|
||||
.theme-classic-light {
|
||||
--highlight-button-hover: #d8dadc;
|
||||
}
|
||||
|
||||
.loadmask {
|
||||
left: 0;
|
||||
top: 0;
|
||||
|
@ -90,7 +94,7 @@
|
|||
|
||||
.loadmask > .sktoolbar li {
|
||||
background: #ccc;
|
||||
background: var(--highlight-button-pressed, #ccc);
|
||||
background: var(--highlight-button-hover, #ccc);
|
||||
border-radius: 3px;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
|
|
|
@ -82,7 +82,7 @@
|
|||
|
||||
.loadmask > .sktoolbar li {
|
||||
background: #ccc;
|
||||
background: var(--highlight-button-pressed, #ccc);
|
||||
background: var(--highlight-button-hover, #ccc);
|
||||
border-radius: 3px;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
|
|
|
@ -13,12 +13,16 @@
|
|||
--background-toolbar: #404040;
|
||||
--background-normal: #333;
|
||||
--border-toolbar: #2a2a2a;
|
||||
--highlight-button-pressed: #606060;
|
||||
--highlight-button-hover: #606060;
|
||||
--canvas-background: #666666;
|
||||
/*--canvas-content-background: #fff;*/
|
||||
--canvas-page-border: #555;
|
||||
}
|
||||
|
||||
.theme-classic-light {
|
||||
--highlight-button-hover: #d8dadc;
|
||||
}
|
||||
|
||||
.loadmask {
|
||||
left: 0;
|
||||
top: 0;
|
||||
|
|
|
@ -79,7 +79,7 @@
|
|||
|
||||
.loadmask > .sktoolbar li {
|
||||
background: #ccc;
|
||||
background: var(--highlight-button-pressed, #ccc);
|
||||
background: var(--highlight-button-hover, #ccc);
|
||||
border-radius: 3px;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
|
|
Loading…
Reference in a new issue