theme: add missing style for select box

This commit is contained in:
Sören Weber 2022-02-23 09:00:59 +01:00
parent 5683dd330e
commit c48d564776
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589

View file

@ -107,6 +107,7 @@ a:hover,
color: var(--INTERNAL-MENU-SECTIONS-LINK-color); color: var(--INTERNAL-MENU-SECTIONS-LINK-color);
} }
#sidebar select:hover,
#sidebar a:hover { #sidebar a:hover {
color: var(--INTERNAL-MENU-SECTIONS-LINK-HOVER-color); color: var(--INTERNAL-MENU-SECTIONS-LINK-HOVER-color);
} }