This commit is contained in:
parent
a93dc05667
commit
a047d89dad
|
@ -18,8 +18,8 @@ dialog#command-dialog {
|
||||||
|
|
||||||
/* Frosted glass effect */
|
/* Frosted glass effect */
|
||||||
background: rgba(225, 225, 225, 0.38);
|
background: rgba(225, 225, 225, 0.38);
|
||||||
backdrop-filter: blur(20px);
|
backdrop-filter: blur(15px);
|
||||||
-webkit-backdrop-filter: blur(20px);
|
-webkit-backdrop-filter: blur(15px);
|
||||||
|
|
||||||
/* Subtle grey border and rounded corners */
|
/* Subtle grey border and rounded corners */
|
||||||
border: 1px solid rgba(169, 169, 169, 0.3);
|
border: 1px solid rgba(169, 169, 169, 0.3);
|
||||||
|
|
Loading…
Reference in a new issue