From e7d1382723245ecd14bb5c38d27299bd52aab74d Mon Sep 17 00:00:00 2001 From: Levi Date: Fri, 7 Jun 2024 12:30:29 +0200 Subject: [PATCH] feat: glassmorphism on poster cards --- style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/style.css b/style.css index c26f2c0..d674c22 100644 --- a/style.css +++ b/style.css @@ -536,4 +536,12 @@ div[data-role="controlgroup"] a[data-role="button"]:last-child { #skipIntro .emby-button:hover, #skipIntro .emby-button:focus { background-color: rgba(168,0,81,0.7); transform: 0.3s; +} + +/* --- Poster Cards --- */ + +.collapseContent, .formDialogFooter:not(.formDialogFooter-clear), .formDialogHeader:not(.formDialogHeader-clear), .paperList, .visualCardBox { + background-color: transparent !important; + backdrop-filter: blur(20px) brightness(80%) !important; + -webkit-backdrop-filter: blur(20px) brightness(80%) !important; } \ No newline at end of file