From 39ecf9170bce2282de33ae5c466231bb648be119 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Fri, 4 Feb 2022 23:47:04 +0300 Subject: [PATCH] [DE] Fix header in loader --- apps/documenteditor/main/index.html | 14 ++++++++++++-- apps/documenteditor/main/index.html.deploy | 12 +++++++++++- 2 files changed, 23 insertions(+), 3 deletions(-) diff --git a/apps/documenteditor/main/index.html b/apps/documenteditor/main/index.html index c104a0ee0..8abc3f4b6 100644 --- a/apps/documenteditor/main/index.html +++ b/apps/documenteditor/main/index.html @@ -33,7 +33,7 @@ .theme-light { --background-toolbar: #f7f7f7; /*--border-toolbar: #cbcbcb;*/ - --highlight-button-hover: #ccc; + --highlight-button-hover: #e0e0e0; --highlight-header-button-hover: rgba(255,255,255,.15); --canvas-background: #eee; --loadmask-canvas-page-border: #ccc; @@ -92,6 +92,16 @@ background: var(--highlight-header-button-hover, rgba(255,255,255,.2)); } + .loadmask > .brendpanel .circle { + vertical-align: middle; + width: 20px; + height: 20px; + border-radius: 20px; + margin: 0 10px; + background: rgba(255,255,255,.2); + background: var(--highlight-header-button-hover, rgba(255,255,255,.2)); + } + .loadmask > .sktoolbar { background: #f1f1f1; background: var(--background-toolbar, #f1f1f1); @@ -258,7 +268,7 @@
+