search: let x action glow in the dark #402

This commit is contained in:
Sören Weber 2022-11-23 17:58:47 +01:00
parent ed29c7c8ae
commit 117ff6e38e
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D

View file

@ -178,6 +178,17 @@ body #sidebar ul.topics li.active > a {
0 0 8px var(--INTERNAL-MENU-SECTION-ACTIVE-CATEGORY-color);
}
body #sidebar .searchbox button:hover,
body .searchbox span:hover {
color: #fff;
text-shadow:
0 0 1px #fff,
0 0 2px #fff,
0 0 8px #808080,
0 0 4px var(--INTERNAL-MENU-SEARCH-color),
0 0 8px var(--INTERNAL-MENU-SEARCH-color);
}
body #sidebar select:hover,
body #sidebar .collapsible-menu .toggle:hover,
body #sidebar .select-container:hover,