From ba7050d68df58eda36ff2ae0dd25d9f9198a8fc2 Mon Sep 17 00:00:00 2001 From: Levi Date: Mon, 17 Jun 2024 22:34:58 +0200 Subject: [PATCH] dropdown translucency --- style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/style.css b/style.css index 4da51e7..daf697f 100644 --- a/style.css +++ b/style.css @@ -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 {