From 1441f241403d6503b564e4a8ba07df23cbb6496a Mon Sep 17 00:00:00 2001 From: He4eT Date: Fri, 19 Sep 2025 19:24:21 +0200 Subject: [PATCH] firefox: update urlbar styles --- firefox/userChrome.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firefox/userChrome.css b/firefox/userChrome.css index a73e44e..9baec3f 100644 --- a/firefox/userChrome.css +++ b/firefox/userChrome.css @@ -27,7 +27,7 @@ --toolbar-start-end-padding: 0; } -#main-window:not([privatebrowsingmode="temporary"]) #urlbar-background { +.urlbar-background { border-color: ThreeDShadow !important; background-color: Field !important; }