From a373e7efcd20757a1d73b53ce58acf295fed25a0 Mon Sep 17 00:00:00 2001 From: Travis Lane Date: Thu, 19 Dec 2024 19:57:27 -0500 Subject: [PATCH] fix: select options are now properly styled --- Theme/ElegantFin-theme-nightly.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index d33eeef..1efdc1e 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -998,3 +998,8 @@ div[data-role=controlgroup] a.ui-btn-active { width: auto; } } + +.emby-select-withcolor > option { + color: inherit; + background-color: var(--selectorBackgroundColor); +}