From eddb51a3386d4ca4d5f5aaa62533e30807872254 Mon Sep 17 00:00:00 2001 From: Autumn Date: Wed, 13 May 2026 19:50:56 +0100 Subject: [css] added urlbar background color --- css/userChrome.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'css') diff --git a/css/userChrome.css b/css/userChrome.css index f431afa..bc10a22 100644 --- a/css/userChrome.css +++ b/css/userChrome.css @@ -24,6 +24,15 @@ toolbarbutton > image { border-radius: 4px !important; } + + /* url bar */ + .urlbar-container { + + .urlbar-background { + background-color: var(--autumn-color-background-surface) !important; + border: none !important; + } + } } /* -- cgit v1.3