From aa2b8f543aac7e228566fddcf4beaaa0952934d4 Mon Sep 17 00:00:00 2001 From: Marat Fayzullin Date: Sat, 11 Nov 2023 23:32:19 -0500 Subject: [PATCH] Finally fixed digital voice slots coloring. --- htdocs/css/themes.css | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/htdocs/css/themes.css b/htdocs/css/themes.css index a550eda0..4385cd21 100644 --- a/htdocs/css/themes.css +++ b/htdocs/css/themes.css @@ -122,16 +122,12 @@ body.has-theme .openwebrx-button { background: linear-gradient(to bottom, var(--theme-gradient-color1) 0%, var(--theme-gradient-color2) 100%); } -body.has-theme .openwebrx-meta-slot { +body.has-theme .openwebrx-meta-slot:not(.active) { background-color: var(--theme-color2); - color: white; filter: brightness(150%); + color: white; } - -body.has-theme .openwebrx-meta-user-image { - filter: brightness(50%); -} - + body.has-theme #openwebrx-digimode-canvas-container { background-color: var(--theme-color1); }