Bug 1386730 - Set fallback titlebar background for when -moz-mac-vibrancy-dark isn't available (e.g. OS X 10.9). r?nhnt11 draft
authorDão Gottwald <dao@mozilla.com>
Thu, 10 Aug 2017 15:49:15 +0200
changeset 644122 0535b29e2aaeaa150bd3c86841969eec4f4cdabe
parent 644113 4d54ac07b8c97f0e6713dab2ba694023b5b2f3b5
child 725497 13e4c8cbc94bd8862f681ce6c89b4486556a5a01
push id73314
push userdgottwald@mozilla.com
push dateThu, 10 Aug 2017 13:49:38 +0000
reviewersnhnt11
bugs1386730
milestone57.0a1
Bug 1386730 - Set fallback titlebar background for when -moz-mac-vibrancy-dark isn't available (e.g. OS X 10.9). r?nhnt11 MozReview-Commit-ID: 9GkxqTmQRcg
browser/themes/osx/browser.css
--- a/browser/themes/osx/browser.css
+++ b/browser/themes/osx/browser.css
@@ -1148,16 +1148,17 @@ toolbarbutton.chevron > .toolbarbutton-m
 
 #TabsToolbar:not(:-moz-lwtheme) {
   color: #333;
   text-shadow: @loweredShadow@;
 }
 
 :root:-moz-any([inFullscreen], [tabsintitlebar]) #TabsToolbar:not(:-moz-lwtheme) {
   -moz-appearance: -moz-mac-vibrancy-dark;
+  background-color: #232323;
   color: hsl(240, 9%, 98%);
   text-shadow: none;
 }
 
 #tabbrowser-tabs {
   -moz-box-align: stretch;
 }