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); +}