Update style.css

This commit is contained in:
Levi 2024-05-19 15:51:27 +02:00
parent 43f74a88ff
commit a6dd9ae4db

View file

@ -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) {