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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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