From 1c8b028cd55cc6e69ea837f3549150b83084941d Mon Sep 17 00:00:00 2001 From: rern Date: Wed, 11 Dec 2024 19:40:56 +0700 Subject: [PATCH] Update settings.css --- srv/http/assets/css/settings.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srv/http/assets/css/settings.css b/srv/http/assets/css/settings.css index 159307b4e..290d7ac87 100644 --- a/srv/http/assets/css/settings.css +++ b/srv/http/assets/css/settings.css @@ -289,7 +289,7 @@ heading i.disabled { color: var( --cg60 ); cursor: pointer; } -#bar-bottom div.active { +#bar-bottom div.active span { color: var( --cw ) !important; } #bar-bottom i { @@ -300,6 +300,7 @@ heading i.disabled { } #bar-bottom span { margin-left: 10px; + color: var( --cg60 ); } .transparent { opacity: 0 !important; @@ -639,7 +640,7 @@ input.disabled + .switchlabel:after { } @media (hover: hover) { #bar-bottom div:hover, - #bar-bottom div.active:hover { background-color: var( --cma ) } + #bar-bottom div.active:hover { background-color: var( --cmd ) } a:hover { text-decoration: none } .entries li:hover { background: var( --cga ) } #menu a:hover {