From 117ff6e38ee148638762401a9e68a08545eea3aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Wed, 23 Nov 2022 17:58:47 +0100 Subject: [PATCH] search: let x action glow in the dark #402 --- static/css/theme-neon.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/static/css/theme-neon.css b/static/css/theme-neon.css index 15148e8255..0ec04d8786 100644 --- a/static/css/theme-neon.css +++ b/static/css/theme-neon.css @@ -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,