fix: select options are now properly styled

This commit is contained in:
Travis Lane
2024-12-19 19:57:27 -05:00
committed by GitHub
parent fa47dd7ab9
commit a373e7efcd

View File

@@ -998,3 +998,8 @@ div[data-role=controlgroup] a.ui-btn-active {
width: auto;
}
}
.emby-select-withcolor > option {
color: inherit;
background-color: var(--selectorBackgroundColor);
}