mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
92c0e50c8a
commit
fdc3874380
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user