diff --git a/firefox/userChrome.css b/firefox/userChrome.css index d25a3bb..49851b4 100644 --- a/firefox/userChrome.css +++ b/firefox/userChrome.css @@ -26,7 +26,7 @@ } @media (-moz-bool-pref: "browser.urlbar.richSuggestions.featureGate") { - #urlbar:not(.searchButton) > #urlbar-input-container > #identity-box[pageproxystate="invalid"] > .identity-box-button { + #urlbar:not(.searchButton) > #urlbar-input-container .identity-box-button { padding-inline: var(--urlbar-icon-padding) !important; } }