From fff46c17fa9ba39c994b675a8ae16b740acd6b50 Mon Sep 17 00:00:00 2001 From: GilbN Date: Wed, 3 Nov 2021 21:42:15 +0100 Subject: [PATCH] fixed ombi background wierdness --- css/base/ombi/ombi-base.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/css/base/ombi/ombi-base.css b/css/base/ombi/ombi-base.css index c2dc7486..d8675eb9 100644 --- a/css/base/ombi/ombi-base.css +++ b/css/base/ombi/ombi-base.css @@ -19,9 +19,10 @@ html, body, .wizard-background, .content-container, -.mat-sidenav-container { +html, body, .wizard-background, .content-container, #main-container\ dark > mat-sidenav-container, + #main-container\ dark > mat-sidenav-container > mat-sidenav-content { color: var(--text) !important; - background: var(--main-bg-color) !important; + background: var(--main-bg-color); background-repeat: repeat, no-repeat; background-attachment: fixed, fixed; background-position: center center, center center; @@ -98,6 +99,9 @@ a:hover { .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) { background: hsl(0deg 0% 0% / 25%); } +#main-container\ dark > mat-sidenav-container > mat-sidenav-content > mat-toolbar > button { + color: rgb(var(--accent-color)); +} /* SIDE NAV */