Now highlighting top bar icons in white.

This commit is contained in:
Marat Fayzullin 2024-01-26 00:48:35 -05:00
parent b4550fe775
commit 4bbd64b238
1 changed files with 2 additions and 2 deletions

View File

@ -116,7 +116,7 @@
.openwebrx-main-buttons .button img, .openwebrx-main-buttons .button img,
.openwebrx-main-buttons .button svg { .openwebrx-main-buttons .button svg {
height: 38px; 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 { .openwebrx-main-buttons a {
@ -224,4 +224,4 @@
.openwebrx-rx-details-arrow--up .up { .openwebrx-rx-details-arrow--up .up {
display: initial; display: initial;
} }