Add missing namespace selector to panel-list backdrop

This commit is contained in:
MrOtherGuy 2019-11-07 00:04:19 +02:00
parent f13cf6b317
commit a5a3e869e7

View file

@ -39,7 +39,7 @@
fill : CurrentColor !important; fill : CurrentColor !important;
} }
/* make panel background blurry if the background is translucent. Requires pref layout.css.backdrop-filter.enabled */ /* make panel background blurry if the background is translucent. Requires pref layout.css.backdrop-filter.enabled */
panel-list{ backdrop-filter: blur(28px) } html|panel-list{ backdrop-filter: blur(28px) }
} }
/* Get addons page */ /* Get addons page */