[DE] changed statusbar background color

This commit is contained in:
maxkadushkin
2025-03-12 00:24:02 +03:00
parent a0cd368457
commit d7ac07fe8d
4 changed files with 4 additions and 2 deletions

View File

@ -20,7 +20,7 @@
border-bottom: @scaled-one-px-value-ie solid @border-toolbar-ie;
border-bottom: @scaled-one-px-value solid @border-toolbar;
background-color: @background-pane-ie;
background-color: @background-pane;
background-color: @background-toolbar;
label {
.font-size-medium();

View File

@ -179,6 +179,7 @@
//--menu-icon-item-checked-offset-x: -20px;
--border-sidemenu: 0 none;
--border-radius-toolbar: 8px;
--background-statusbar: var(--background-toolbar);
--shadow-toolbar: 0px 1px 3px 0px rgba(0, 0, 0, 0.10), 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
--shadow-side-panel: 0px 4px 6px -1px rgba(0, 0, 0, 0.10), 0px 2px 4px -1px rgba(0, 0, 0, 0.06);
--layout-padding-toolbar: 0 10px;

View File

@ -214,6 +214,7 @@
--border-radius-toolbar: 0;
--border-sidemenu: var(--scaled-one-pixel, 1px) solid var(--border-toolbar);
--background-statusbar: var(--background-pane);
--shadow-toolbar: 0px 1px 0 0 var(--border-toolbar);
--shadow-side-panel: none;
--layout-padding-toolbar: 0;

View File

@ -173,7 +173,7 @@ label {
.statusbar {
height: 25px;
background-color: @background-pane-ie;
background-color: @background-pane;
background-color: var(--background-statusbar);
.box-inner-shadow(0 @scaled-one-px-value-ie 0 @border-toolbar-ie);
.box-inner-shadow(0 @scaled-one-px-value 0 @border-toolbar);