diff options
| -rw-r--r-- | css/userChrome.css | 9 |
1 files changed, 9 insertions, 0 deletions
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; + } + } } /* |
