From b68a881e80f3f14d48337b6a63cd5ccb9cc69073 Mon Sep 17 00:00:00 2001 From: Dale Harvey Date: Tue, 1 Aug 2017 16:44:03 +0100 Subject: [PATCH] Bug 1381008 - Dont enlarge identify box while inactive. r=dao MozReview-Commit-ID: L0e1arGEylA --HG-- extra : rebase_source : d2999a0c459e6318b8b763707f6ab4b6e995c1e4 --- browser/themes/osx/browser.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/browser/themes/osx/browser.css b/browser/themes/osx/browser.css index 81544b96e102..50822242ca4f 100644 --- a/browser/themes/osx/browser.css +++ b/browser/themes/osx/browser.css @@ -642,6 +642,7 @@ toolbarpaletteitem[place="palette"] > #personal-bookmarks > #bookmarks-toolbar-p %include ../shared/identity-block/identity-block.inc.css +%ifndef MOZ_PHOTON_THEME #identity-box { padding-top: 2px; padding-bottom: 2px; @@ -662,6 +663,7 @@ toolbarpaletteitem[place="palette"] > #personal-bookmarks > #bookmarks-toolbar-p padding-bottom: 4px; } } +%endif #identity-box:-moz-locale-dir(ltr) { border-top-left-radius: 2px;