From 5683dd330ef0c0a601ac07917f26c21092c95b24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Wed, 23 Feb 2022 07:58:32 +0100 Subject: [PATCH] menu: make neon select boxes glowing --- static/css/theme-neon.css | 1 + static/css/theme.css | 1 + 2 files changed, 2 insertions(+) diff --git a/static/css/theme-neon.css b/static/css/theme-neon.css index d09c598512..1ad4f9ee8e 100644 --- a/static/css/theme-neon.css +++ b/static/css/theme-neon.css @@ -172,6 +172,7 @@ body #sidebar ul li.active > a { 0 0 8px var(--INTERNAL-MENU-SECTION-ACTIVE-CATEGORY-color); } +body #sidebar select:hover, body #sidebar a:hover { color: #fff; text-shadow: diff --git a/static/css/theme.css b/static/css/theme.css index e33eb5a9a1..4af0642ec1 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -169,6 +169,7 @@ th { color: #bababa; /* var(--MENU-SECTIONS-LINK-color) */ } +#sidebar select:hover, #sidebar a:hover { color: #ffffff; /* var(--MENU-SECTIONS-LINK-HOVER-color) */ }