Update style.css
This commit is contained in:
parent
43f74a88ff
commit
a6dd9ae4db
1 changed files with 24 additions and 1 deletions
23
style.css
23
style.css
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue