diff --git a/browser/base/content/browser.css b/browser/base/content/browser.css index d7c2bbae86c..7c222ea59bb 100644 --- a/browser/base/content/browser.css +++ b/browser/base/content/browser.css @@ -459,6 +459,11 @@ window[chromehidden~="toolbar"] toolbar:not(.toolbar-primary):not(.chromeclass-m display: none; } +#notification-popup .text-link.custom-link { + -moz-binding: url("chrome://global/content/bindings/text.xml#text-label"); + text-decoration: none; +} + #invalid-form-popup > description { max-width: 280px; } @@ -471,6 +476,10 @@ window[chromehidden~="toolbar"] toolbar:not(.toolbar-primary):not(.chromeclass-m -moz-binding: url("chrome://browser/content/urlbarBindings.xml#addon-progress-notification"); } +#identity-request-notification { + -moz-binding: url("chrome://browser/content/urlbarBindings.xml#identity-request-notification"); +} + /* override hidden="true" for the status bar compatibility shim in case it was persisted for the real status bar */ #status-bar { diff --git a/browser/base/content/browser.xul b/browser/base/content/browser.xul index e6b62cbe5a2..b1ee6a1a3c4 100644 --- a/browser/base/content/browser.xul +++ b/browser/base/content/browser.xul @@ -564,6 +564,7 @@ onblur="setTimeout(function() document.getElementById('identity-box').style.MozUserFocus = '', 0);">