Bug 1052466 - [10.10] Update titlebar/toolbar to use transparency on OS X Yosemite, r=mstange,f=gijs

This commit is contained in:
Wesley Johnston 2014-10-19 00:53:00 +01:00
parent 5a31c37261
commit c79b367fb4

View File

@ -102,6 +102,12 @@
-moz-appearance: -moz-window-titlebar;
}
@media (-moz-mac-yosemite-theme) {
#main-window:not(:-moz-lwtheme) > #titlebar {
-moz-appearance: -moz-mac-vibrancy-light;
}
}
#main-window:not([tabsintitlebar]) > #titlebar {
height: 22px; /* The native titlebar on OS X is 22px tall. */
}