New: Styled search and add buttons next to drop-down lists as found in some dialog boxes
This commit is contained in:
parent
2833a88b6f
commit
6df939e333
1 changed files with 7 additions and 0 deletions
|
|
@ -926,4 +926,11 @@ div[data-role=controlgroup] a.ui-btn-active {
|
||||||
/* border-radius: .5em; */
|
/* border-radius: .5em; */
|
||||||
/* border: solid var(--borderColor) var(--borderWidth); */
|
/* border: solid var(--borderColor) var(--borderWidth); */
|
||||||
/* padding-block: .5em !important; */
|
/* padding-block: .5em !important; */
|
||||||
|
}
|
||||||
|
|
||||||
|
.emby-select-iconbutton {
|
||||||
|
background-color: var(--selectorBackgroundColor);
|
||||||
|
border: var(--lighterBorderColor) solid var(--borderWidth);
|
||||||
|
border-radius: var(--smallRadius);
|
||||||
|
margin-inline-start: 1em;
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue