Use backdrop filter to blur translucent menus

This commit is contained in:
MrOtherGuy 2019-10-18 13:45:27 +03:00
parent ac806cd3f8
commit 537c6f82d0

View file

@ -37,6 +37,8 @@
-moz-context-properties: fill;
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 */