From 1298df80691b8f78f0f72ac8336f498c9b2a35dd Mon Sep 17 00:00:00 2001 From: GilbN Date: Sun, 3 Oct 2021 20:16:32 +0200 Subject: [PATCH] sabnzbd button fixes --- CSS/themes/sabnzbd/sabnzbd-base.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/CSS/themes/sabnzbd/sabnzbd-base.css b/CSS/themes/sabnzbd/sabnzbd-base.css index 82b95d7f..f00328ac 100644 --- a/CSS/themes/sabnzbd/sabnzbd-base.css +++ b/CSS/themes/sabnzbd/sabnzbd-base.css @@ -347,19 +347,19 @@ svg.peity polyline { /* buttons settings */ .btn-default.sabnzbd_restart { - color: var(--button-text); + color: #aaa; background-color: #a94442; border-color: transparent; } .btn-default.sabnzbd_restart:hover { - color: var(--button-text-hover); + color: #fff; background-color: #d93935; border-color: transparent; } .btn-default.saveButton { - color: var(--button-text); + color: #aaa; background-color: #3c763d; border-color: transparent; } @@ -374,13 +374,13 @@ svg.peity polyline { /* buttons categories */ .btn-default.delCat { - color: var(--button-text); + color: #aaa; background-color: #a94442; border-color: #2d2c2c; } .btn-default.delCat:hover { - color: var(--button-text-hover); + color: #fff; background-color: #d93935; border-color: transparent; } @@ -401,14 +401,14 @@ svg.peity polyline { /* Button Switches*/ .btn-default.restoreDefaults { - color: var(--button-text); + color: #aaa; background-color: #a94442; border-color: transparent; } .btn-default.restoreDefaults:hover, .btn-default.restoreDefaults:focus { - color: var(--button-text-hover); + color: #fff; background-color: #d93935; border-color: transparent; }