Bug 1168556 - Fixes vertical spacing of titlebar buttons in OS X themes when tabs are not in the titlebar. r=mconley

This commit is contained in:
FlyingJester 2015-06-12 10:59:35 -07:00
parent 92c0e50c8a
commit fdc3874380

View File

@ -121,6 +121,11 @@
margin-top: @windowButtonMarginTop@;
}
#main-window:not([tabsintitlebar]) > #titlebar > #titlebar-content > #titlebar-buttonbox-container:-moz-lwtheme,
#main-window:not([tabsintitlebar]) > #titlebar > #titlebar-content > #titlebar-secondary-buttonbox > #titlebar-fullscreen-button:-moz-lwtheme {
margin-top: 3px;
}
#main-window[customize-entered] > #titlebar {
-moz-appearance: none;
}