From 4bbd64b2389a2fdff360aaaa0a4d72419de59741 Mon Sep 17 00:00:00 2001 From: Marat Fayzullin Date: Fri, 26 Jan 2024 00:48:35 -0500 Subject: [PATCH] Now highlighting top bar icons in white. --- htdocs/css/openwebrx-header.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/css/openwebrx-header.css b/htdocs/css/openwebrx-header.css index 4e8601b7..09a19bf5 100644 --- a/htdocs/css/openwebrx-header.css +++ b/htdocs/css/openwebrx-header.css @@ -116,7 +116,7 @@ .openwebrx-main-buttons .button img, .openwebrx-main-buttons .button svg { height: 38px; - filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.5)); + filter: drop-shadow(0 0 4px white); } .openwebrx-main-buttons a { @@ -224,4 +224,4 @@ .openwebrx-rx-details-arrow--up .up { display: initial; -} \ No newline at end of file +}