fix: select options are now properly styled
This commit is contained in:
parent
fa47dd7ab9
commit
a373e7efcd
1 changed files with 5 additions and 0 deletions
|
|
@ -998,3 +998,8 @@ div[data-role=controlgroup] a.ui-btn-active {
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.emby-select-withcolor > option {
|
||||||
|
color: inherit;
|
||||||
|
background-color: var(--selectorBackgroundColor);
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue