From 4ebfa4fbe29f8917ca3b8c2cb9f76042bc0c7dfd Mon Sep 17 00:00:00 2001 From: Mike Conley Date: Mon, 7 Oct 2013 15:31:02 -0400 Subject: [PATCH] Bug 924181 - Don't draw a superfluous gradient on navigator-toolbox if tabs are in the titlebar on OS X. r=Gijs. --- browser/themes/osx/browser.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/themes/osx/browser.css b/browser/themes/osx/browser.css index c383e7e73204..7c2e302e8d9d 100644 --- a/browser/themes/osx/browser.css +++ b/browser/themes/osx/browser.css @@ -2517,7 +2517,7 @@ toolbarbutton.chevron > .toolbarbutton-menu-dropmarker { box-shadow: @focusRingShadow@; } -#main-window:not([privatebrowsingmode=temporary]):not([customizing]):not([customize-exiting]) #navigator-toolbox:not(:-moz-lwtheme)::before { +#main-window:not(:-moz-any([privatebrowsingmode=temporary],[customizing],[customize-exiting],[tabsintitlebar])) #navigator-toolbox:not(:-moz-lwtheme)::before { /* We want the titlebar to be unified, but we still want to be able * to give #TabsToolbar a background. So we can't set -moz-appearance: * toolbar on #TabsToolbar itself. Instead, we set it on a box of the