Bug 1183580 - Don't let identity block background bleed over URL bar border when the window is inactive r=paolo

This commit is contained in:
Tim Taubert 2015-07-14 12:58:16 +02:00
parent 177a0543dd
commit 4491542e6a

View File

@ -1660,7 +1660,7 @@ toolbarbutton[constrain-size="true"][cui-areatype="toolbar"] > .toolbarbutton-ba
}
@media (-moz-mac-yosemite-theme) {
#urlbar:not([focused="true"]) > #identity-box {
#urlbar:not([focused="true"]):not(:-moz-window-inactive) > #identity-box {
margin: -2px 0;
-moz-margin-end: 3px;
padding: 3px 4px;