Use backdrop filter to blur translucent menus
This commit is contained in:
parent
ac806cd3f8
commit
537c6f82d0
1 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,8 @@
|
||||||
-moz-context-properties: fill;
|
-moz-context-properties: fill;
|
||||||
fill : CurrentColor !important;
|
fill : CurrentColor !important;
|
||||||
}
|
}
|
||||||
|
/* make panel background blurry if the background is translucent. Requires pref layout.css.backdrop-filter.enabled */
|
||||||
|
panel-list{ backdrop-filter: blur(28px) }
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Get addons page */
|
/* Get addons page */
|
||||||
|
|
Loading…
Reference in a new issue