dropdown translucency
This commit is contained in:
parent
124433ba37
commit
ba7050d68d
1 changed files with 5 additions and 0 deletions
|
@ -346,6 +346,11 @@ div[data-role=controlgroup] a.ui-btn-active {
|
||||||
.Mui-selected:hover {
|
.Mui-selected:hover {
|
||||||
background-color: var(--translucent-hover-3) !important;
|
background-color: var(--translucent-hover-3) !important;
|
||||||
}
|
}
|
||||||
|
.emby-select-withcolor {
|
||||||
|
background: rgba(0, 0, 0, 0.3);
|
||||||
|
border: none;
|
||||||
|
padding: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
/* --- Rounded Corners --- */
|
/* --- Rounded Corners --- */
|
||||||
.detailButton {
|
.detailButton {
|
||||||
|
|
Loading…
Reference in a new issue