Update style.css

This commit is contained in:
Levi 2024-05-19 15:55:36 +02:00
parent a6dd9ae4db
commit 05a19ed263

View file

@ -73,6 +73,16 @@
background-color: rgba(0, 0, 0, 0.4) !important;
}
.focuscontainer.dialog.dialog-fixedSize.dialog-small.formDialog.opened {
backdrop-filter: blur(10px) !important;
-webkit-backdrop-filter: blur(10px) !important;
}
.focuscontainer.dialog.smoothScrollY.dialog-fixedSize.dialog-small.opened {
backdrop-filter: blur(10px) !important;
-webkit-backdrop-filter: blur(10px) !important;
}
/* --- Colors --- */
@media (hover: hover) and (pointer: fine) {