dropdown translucency

This commit is contained in:
Levi 2024-06-17 22:34:58 +02:00
parent 124433ba37
commit ba7050d68d

View file

@ -346,6 +346,11 @@ div[data-role=controlgroup] a.ui-btn-active {
.Mui-selected:hover {
background-color: var(--translucent-hover-3) !important;
}
.emby-select-withcolor {
background: rgba(0, 0, 0, 0.3);
border: none;
padding: 20px;
}
/* --- Rounded Corners --- */
.detailButton {