mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 564187 - "Tabs on Top" shouldn't put tabs above the menu bar. r=gavin, ui-r=faaborg
This commit is contained in:
parent
658ffcb630
commit
85ba64ab52
@ -32,7 +32,11 @@ toolbar[printpreview="true"] {
|
||||
-moz-binding: url("chrome://global/content/printPreviewBindings.xml#printpreviewtoolbar");
|
||||
}
|
||||
|
||||
#navigator-toolbox > toolbar:not(#TabsToolbar) {
|
||||
#toolbar-menubar {
|
||||
-moz-box-ordinal-group: 5;
|
||||
}
|
||||
|
||||
#navigator-toolbox > toolbar:not(#toolbar-menubar):not(#TabsToolbar) {
|
||||
-moz-box-ordinal-group: 50;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user