diff --git a/browser/base/content/browser.css b/browser/base/content/browser.css index ff13cf0cb415..8f706b0ec6e7 100644 --- a/browser/base/content/browser.css +++ b/browser/base/content/browser.css @@ -666,6 +666,7 @@ html|input.urlbar-input[textoverflow]:not([focused]) { #urlbar[pageproxystate="invalid"] > #page-action-buttons > .urlbar-icon, #urlbar[pageproxystate="invalid"] > #page-action-buttons > .urlbar-icon-wrapper > .urlbar-icon, +#urlbar[pageproxystate="invalid"] > #page-action-buttons > #pageActionSeparator, .urlbar-go-button[pageproxystate="valid"], .urlbar-go-button:not([parentfocused="true"]), #urlbar[pageproxystate="invalid"] > #identity-box > #blocked-permissions-container, diff --git a/browser/base/content/browser.xul b/browser/base/content/browser.xul index ee084b15bd50..a9b2093006e9 100644 --- a/browser/base/content/browser.xul +++ b/browser/base/content/browser.xul @@ -856,6 +856,10 @@