Bug 1376413 - Color the titlebar in customize mode on macOS. r=dao

MozReview-Commit-ID: HwKOADqGlIu

--HG--
extra : rebase_source : 12e542f3fa1fe346f722a757dc8b5f8340321620
This commit is contained in:
Nihanth Subramanya 2017-07-19 04:57:31 +05:30
parent deff967bf8
commit 846bd79b3f

View File

@ -1570,7 +1570,7 @@ toolbarbutton.chevron > .toolbarbutton-menu-dropmarker {
}
%ifdef MOZ_PHOTON_THEME
:root:-moz-any([inFullscreen], [tabsintitlebar]):not([customizing]) #TabsToolbar:not(:-moz-lwtheme) {
:root:-moz-any([inFullscreen], [tabsintitlebar]) #TabsToolbar:not(:-moz-lwtheme) {
-moz-appearance: none;
background-color: #232323;
color: hsl(240, 9%, 98%);