From a6dd9ae4db9dc04e5d95a4c43f8fb36906dc121f Mon Sep 17 00:00:00 2001 From: Levi Date: Sun, 19 May 2024 15:51:27 +0200 Subject: [PATCH] Update style.css --- style.css | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index d01c639..27f0f48 100644 --- a/style.css +++ b/style.css @@ -18,7 +18,7 @@ /* --- Subtitles --- */ .htmlvideoplayer::cue { - text-shadow:.08em .08em .08em #000 !important; + text-shadow: .08em .08em .08em #000 !important; } /* --- Backdrop & Header --- */ @@ -50,6 +50,29 @@ linear-gradient(180deg, #000, rgba(0, 0, 0, 0.25)); } +/* --- Sidebar --- */ + +.mainDrawer, +.drawer-open { + background-color: rgba(0, 0, 0, 0.4) !important; + backdrop-filter: blur(10px) saturate(180%) !important; + -webkit-backdrop-filter: blur(10px) saturate(180%) !important; +} + +/* --- Dialog Boxes --- */ + +.focuscontainer.dialog.actionsheet-not-fullscreen.actionSheet.centeredDialog.opened { + backdrop-filter: blur(10px) !important; + -webkit-backdrop-filter: blur(10px) !important; +} + +.backgroundContainer, +.dialog, +.nowPlayingPlaylist, +.nowPlayingContextMenu { + background-color: rgba(0, 0, 0, 0.4) !important; +} + /* --- Colors --- */ @media (hover: hover) and (pointer: fine) {