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