From dfaee0e0cd62cb6464c1d19508cbeee7ff4432f3 Mon Sep 17 00:00:00 2001 From: He4eT Date: Thu, 25 Jan 2024 17:35:30 +0100 Subject: [PATCH] firefox: userChrome.css: urlbar padding --- firefox/userChrome.css | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/firefox/userChrome.css b/firefox/userChrome.css index 475ba46..af4ee72 100644 --- a/firefox/userChrome.css +++ b/firefox/userChrome.css @@ -19,9 +19,16 @@ /* Addressbar */ -#urlbar-background { - background-color: #e0e0e0 !important; - border-color: #adadad !important; +#main-window:not([privatebrowsingmode="temporary"]) #urlbar-background { + /* --toolbar-field-border-color: #adadad; */ + border-color: var(--button-active-bgcolor) !important; + background-color: Field !important; +} + +@media (-moz-bool-pref: "browser.urlbar.richSuggestions.featureGate") { + #urlbar:not(.searchButton) > #urlbar-input-container > #identity-box[pageproxystate="invalid"] > .identity-box-button { + padding-inline: var(--urlbar-icon-padding) !important; + } } #star-button-box {