diff --git a/less/dashboard.less b/less/dashboard.less index 040f7b0..adc00e0 100644 --- a/less/dashboard.less +++ b/less/dashboard.less @@ -1,4 +1,3 @@ -@dashboard-background: @global-inverse-color; @dashboard-page-content-background: @global-background; @dashboard-z-index: @global-z-index - 21; @dashboard-header-height: var(--header-height); @@ -7,6 +6,7 @@ @dashboard-primary-gradient: @global-primary-gradient; @dashboard-primary-inverse-color: @global-inverse-color; +@dashboard-sidebar-background: @global-inverse-color; @dashboard-sidebar-width: 280px; @dashboard-sidebar-mini-width: 125px; @dashboard-sidebar-mini-width-s: 100px; @@ -30,9 +30,6 @@ @dashboard-elements: #page_content .message, bottom > div; .sidebar_main_swipe { - background-color: @dashboard-background; - .set-blur-background(@dashboard-background); - #sidebar_main { #sidebar_content { width: @dashboard-sidebar-width; @@ -42,7 +39,7 @@ left: 0; padding-top: @dashboard-header-height; z-index: @dashboard-z-index; - background: @dashboard-background; + background: @dashboard-sidebar-background; transition: 0.5s; transition-property: width; }