diff --git a/de/home/.librewolf/config/chrome/userChrome.css b/de/home/.librewolf/config/chrome/userChrome.css index 105471a..1c02a33 100644 --- a/de/home/.librewolf/config/chrome/userChrome.css +++ b/de/home/.librewolf/config/chrome/userChrome.css @@ -29,5 +29,12 @@ Quote: https://userChrome.org | https://github.com/topics/userchrome @-moz-document url(chrome://browser/content/browser.xhtml) { /* Please write your custom CSS under this line*/ +/* url bar */ +#widget-overflow-mainView, +#urlbar[open="true"] > #urlbar-background { + background: #00000088 !important; + backdrop-filter: contrast(100%) blur(10px) saturate(25%) !important; +/* border: none !important;*/ +} }