From 3930673f33a72554d87abd492056c6940099a2aa Mon Sep 17 00:00:00 2001 From: Dale Harvey Date: Sun, 15 Oct 2017 22:58:50 +0100 Subject: [PATCH] Bug 1407185 - Remove extra toolbar drag space on osx. r=johannh MozReview-Commit-ID: 5zfeYpt0Ceh --HG-- extra : rebase_source : 8f4d9300be0455b5a4b947742e9ad75d78023cf9 --- browser/themes/osx/browser.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/browser/themes/osx/browser.css b/browser/themes/osx/browser.css index b93e2cf9dd94..875e2bdc308b 100644 --- a/browser/themes/osx/browser.css +++ b/browser/themes/osx/browser.css @@ -89,8 +89,12 @@ margin-left: 7px; } -.titlebar-placeholder[type="fullscreen-button"] { - margin-right: 4px; +/* The fullscreen button doesnt show on Yosemite(10.10) or above so dont give it a + border there */ +@media not all and (-moz-mac-yosemite-theme) { + .titlebar-placeholder[type="fullscreen-button"] { + margin-right: 4px; + } } #main-window:not(:-moz-lwtheme) > #titlebar {