From 01dc6f25c037fb39731922177040da2506889d76 Mon Sep 17 00:00:00 2001 From: gilbN Date: Sat, 24 Jul 2021 22:27:50 +0200 Subject: [PATCH] sab feedback fix and dark variable changes --- CSS/themes/sabnzbd/sabnzbd-base.css | 6 +++--- CSS/variables/dark.css | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CSS/themes/sabnzbd/sabnzbd-base.css b/CSS/themes/sabnzbd/sabnzbd-base.css index fd5b6c5d..6ba1a125 100644 --- a/CSS/themes/sabnzbd/sabnzbd-base.css +++ b/CSS/themes/sabnzbd/sabnzbd-base.css @@ -168,7 +168,8 @@ hr { border: none; } -.dropdown-menu { +.dropdown-menu, +#feedback-slider { background: var(--drop-down-menu-bg); background-repeat: repeat, no-repeat; background-attachment: fixed, fixed; @@ -194,7 +195,7 @@ hr { } .menu-options .form-control { - background: var(--modal-bg-color); + background: var(--drop-down-menu-bg); background-repeat: repeat, no-repeat; background-attachment: fixed, fixed; background-position: center center, center center; @@ -202,7 +203,6 @@ hr { -webkit-background-size: auto, cover; -moz-background-size: auto, cover; -o-background-size: auto, cover; - background-color: rgb(25, 26, 28); } .main-notification-box { diff --git a/CSS/variables/dark.css b/CSS/variables/dark.css index 1378acb8..d5f664c4 100644 --- a/CSS/variables/dark.css +++ b/CSS/variables/dark.css @@ -5,18 +5,18 @@ --modal-header-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed; --modal-footer-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed; - --drop-down-menu-bg: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed; + --drop-down-menu-bg: #2d2d2d; - --button-color: hsla(0,0%,100%,.15); - --button-color-hover: hsla(0,0%,100%,.30); + --button-color: #474747; + --button-color-hover: #5a5a5a; --button-text: #eee; --button-text-hover: #FFF; - --accent-color: 100, 100, 100; + --accent-color: 170, 170, 170; --accent-color-hover: rgba(255, 255, 255, 0.45); --link-color: #ddd; --link-color-hover: #fff; - --label-text-color: #fff; + --label-text-color: black; --text:#eee; --text-hover: #fff;