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

--HG--
extra : rebase_source : e97ee1c63867c7324888d34a99eb3810a1d64287
This commit is contained in:
Dão Gottwald 2017-08-10 15:49:15 +02:00
Родитель b3e75dbf06
Коммит 307402b003
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -1115,6 +1115,7 @@ html|span.ac-emphasize-text-url {
: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;
}