diff --git a/apps/documenteditor/main/index.html b/apps/documenteditor/main/index.html
index 4b44c621ad..0f0757a294 100644
--- a/apps/documenteditor/main/index.html
+++ b/apps/documenteditor/main/index.html
@@ -15,13 +15,22 @@
--background-toolbar: #404040;
--border-toolbar: #2a2a2a;
--highlight-button-hover: #e0e0e0;
+ --highlight-header-button-hover: rgba(255,255,255,.05);
--canvas-background: #666666;
/*--canvas-content-background: #fff;*/
--canvas-page-border: #555;
}
.theme-classic-light {
- --highlight-button-hover: #d8dadc;
+ }
+
+ .theme-light {
+ --background-toolbar: #f7f7f7;
+ /*--border-toolbar: #cbcbcb;*/
+ --highlight-button-hover: #ccc;
+ --highlight-header-button-hover: rgba(255,255,255,.15);
+ --canvas-background: #eee;
+ --canvas-page-border: #ccc;
}
.loadmask {
@@ -32,8 +41,8 @@
width: 100%;
overflow: hidden;
border: none;
- background: #f0f0f0;
- background: var(--canvas-background, #f0f0f0);
+ background: #e2e2e2;
+ background: var(--canvas-background, #e2e2e2);
z-index: 1001;
}
@@ -73,12 +82,13 @@
height: 12px;
border-radius: 3px;
margin: 0 10px;
- background: rgba(255, 255, 255, 0.2);
+ background: rgba(255,255,255,.2);
+ background: var(--highlight-header-button-hover, rgba(255,255,255,.2));
}
.loadmask > .sktoolbar {
- background: #f7f7f7;
- background: var(--background-toolbar, #f7f7f7);
+ background: #f1f1f1;
+ background: var(--background-toolbar, #f1f1f1);
border-bottom: 1px solid #cbcbcb;
border-bottom: var(--scaled-one-px-value, 1px) solid var(--border-toolbar, #cbcbcb);
height: 46px;
@@ -94,8 +104,8 @@
}
.loadmask > .sktoolbar li {
- background: #ccc;
- background: var(--highlight-button-hover, #ccc);
+ background: #d8dadc;
+ background: var(--highlight-button-hover, #d8dadc);
border-radius: 3px;
width: 20px;
height: 20px;
@@ -124,15 +134,15 @@
width: 794px;
margin: 46px auto;
height: 100%;
- border: 1px solid #ccc;
- border: var(--scaled-one-px-value, 1px) solid var(--canvas-page-border, #ccc);
+ border: 1px solid #bbbec2;
+ border: var(--scaled-one-px-value, 1px) solid var(--canvas-page-border, #bbbec2);
padding-top: 50px;
}
.loadmask > .placeholder > .line {
height: 15px;
margin: 30px 80px;
- background: #e2e2e2;
+ background: rgba(0,0,0,.05);
overflow: hidden;
position: relative;
diff --git a/apps/documenteditor/main/index.html.deploy b/apps/documenteditor/main/index.html.deploy
index 70a90f6586..4fb78e4ee7 100644
--- a/apps/documenteditor/main/index.html.deploy
+++ b/apps/documenteditor/main/index.html.deploy
@@ -19,8 +19,8 @@
width: 100%;
overflow: hidden;
border: none;
- background: #f0f0f0;
- background: var(--canvas-background, #f0f0f0);
+ background: #e2e2e2;
+ background: var(--canvas-background, #e2e2e2);
z-index: 1001;
}
@@ -60,12 +60,13 @@
height: 12px;
border-radius: 3px;
margin: 0 10px;
- background: rgba(255, 255, 255, 0.2);
+ background: rgba(255,255,255,.2);
+ background: var(--highlight-header-button-hover, rgba(255,255,255,.2));
}
.loadmask > .sktoolbar {
- background: #f7f7f7;
- background: var(--background-toolbar, #f7f7f7);
+ background: #f1f1f1;
+ background: var(--background-toolbar, #f1f1f1);
border-bottom: 1px solid #cbcbcb;
border-bottom: var(--scaled-one-px-value, 1px) solid var(--border-toolbar, #cbcbcb);
height: 46px;
@@ -81,8 +82,8 @@
}
.loadmask > .sktoolbar li {
- background: #ccc;
- background: var(--highlight-button-hover, #ccc);
+ background: #d8dadc;
+ background: var(--highlight-button-hover, #d8dadc);
border-radius: 3px;
width: 20px;
height: 20px;
@@ -111,15 +112,15 @@
width: 794px;
margin: 46px auto;
height: 100%;
- border: 1px solid #ccc;
- border: var(--scaled-one-px-value, 1px) solid var(--canvas-page-border, #ccc);
+ border: 1px solid #bbbec2;
+ border: var(--scaled-one-px-value, 1px) solid var(--canvas-page-border, #bbbec2);
padding-top: 50px;
}
.loadmask > .placeholder > .line {
height: 15px;
margin: 30px 80px;
- background: #e2e2e2;
+ background: rgba(0,0,0,.05);
overflow: hidden;
position: relative;
diff --git a/apps/spreadsheeteditor/main/index.html b/apps/spreadsheeteditor/main/index.html
index 8b959591ba..9c0c57b706 100644
--- a/apps/spreadsheeteditor/main/index.html
+++ b/apps/spreadsheeteditor/main/index.html
@@ -20,7 +20,15 @@
}
.theme-classic-light {
- --highlight-button-hover: #d8dadc;
+ }
+
+ .theme-classic-light {
+ --background-toolbar: #f7f7f7;
+ /*--border-toolbar: #cbcbcb;*/
+ --highlight-button-hover: #ccc;
+ --highlight-header-button-hover: rgba(255,255,255,.15);
+ --canvas-background: #eee;
+ --canvas-page-border: #ccc;
}
.loadmask {
@@ -31,8 +39,8 @@
width: 100%;
overflow: hidden;
border: none;
- background: #f0f0f0;
- background: var(--canvas-background, #f0f0f0);
+ background: #e2e2e2;
+ background: var(--canvas-background, #e2e2e2);
z-index: 1001;
}
@@ -72,12 +80,13 @@
height: 12px;
border-radius: 3px;
margin: 0 10px;
- background: rgba(255, 255, 255, 0.2);
+ background: rgba(255,255,255,.2);
+ background: var(--highlight-header-button-hover, rgba(255,255,255,.2));
}
.loadmask > .sktoolbar {
- background: #f7f7f7;
- background: var(--background-toolbar, #f7f7f7);
+ background: #f1f1f1;
+ background: var(--background-toolbar, #f1f1f1);
height: 46px;
padding: 10px 6px;
box-sizing: content-box;
@@ -91,8 +100,8 @@
}
.loadmask > .sktoolbar li {
- background: #ccc;
- background: var(--highlight-button-hover, #ccc);
+ background: #d8dadc;
+ background: var(--highlight-button-hover, #d8dadc);
border-radius: 3px;
width: 20px;
height: 20px;
@@ -117,8 +126,8 @@
.loadmask > .skformula {
height: 24px;
- background: #f7f7f7;
- background: var(--background-toolbar, #f7f7f7);
+ background: #f1f1f1;
+ background: var(--background-toolbar, #f1f1f1);
}
.loadmask > .skformula ul {
@@ -158,8 +167,8 @@
width: 100%;
height: 100%;
font-size: 0;
- border: 1px solid #ccc;
- border: var(--scaled-one-px-value, 1px) solid var(--canvas-page-border, #ccc);
+ border: 1px solid #bbbec2;
+ border: var(--scaled-one-px-value, 1px) solid var(--canvas-page-border, #bbbec2);
white-space: nowrap;
-webkit-animation: flickerAnimation 2s infinite ease-in-out;
diff --git a/apps/spreadsheeteditor/main/index.html.deploy b/apps/spreadsheeteditor/main/index.html.deploy
index 09545445e1..c8f8fd4dc2 100644
--- a/apps/spreadsheeteditor/main/index.html.deploy
+++ b/apps/spreadsheeteditor/main/index.html.deploy
@@ -18,8 +18,8 @@
width: 100%;
overflow: hidden;
border: none;
- background: #f0f0f0;
- background: var(--canvas-background, #f0f0f0);
+ background: #e2e2e2;
+ background: var(--canvas-background, #e2e2e2);
z-index: 1001;
}
@@ -60,11 +60,12 @@
border-radius: 3px;
margin: 0 10px;
background: rgba(255, 255, 255, 0.2);
+ background: var(--highlight-header-button-hover, rgba(255,255,255,.2));
}
.loadmask > .sktoolbar {
- background: #f7f7f7;
- background: var(--background-toolbar, #f7f7f7);
+ background: #f1f1f1;
+ background: var(--background-toolbar, #f1f1f1);
height: 46px;
padding: 10px 6px;
box-sizing: content-box;
@@ -78,8 +79,8 @@
}
.loadmask > .sktoolbar li {
- background: #ccc;
- background: var(--highlight-button-hover, #ccc);
+ background: #d8dadc;
+ background: var(--highlight-button-hover, #d8dadc);
border-radius: 3px;
width: 20px;
height: 20px;
@@ -104,8 +105,8 @@
.loadmask>.skformula {
height: 24px;
- background: #f7f7f7;
- background: var(--background-toolbar, #f7f7f7);
+ background: #f1f1f1;
+ background: var(--background-toolbar, #f1f1f1);
}
.loadmask>.skformula ul {
@@ -145,8 +146,8 @@
width: 100%;
height: 100%;
font-size: 0;
- border: 1px solid #ccc;
- border: var(--scaled-one-px-value, 1px) solid var(--canvas-page-border, #ccc);
+ border: 1px solid #bbbec2;
+ border: var(--scaled-one-px-value, 1px) solid var(--canvas-page-border, #bbbec2);
white-space: nowrap;
-webkit-animation: flickerAnimation 2s infinite ease-in-out;