2020-06-07 15:56:34 +00:00
|
|
|
/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/menubar_in_tabs_toolbar.css made available under Mozilla Public License v. 2.0
|
2020-05-22 05:13:58 +00:00
|
|
|
See the above repository for updates as well as full license text. */
|
|
|
|
|
2021-03-21 08:48:07 +00:00
|
|
|
:root:not([customizing]) #titlebar{ -moz-box-orient: horizontal }
|
|
|
|
#toolbar-menubar > .titlebar-buttonbox-container,
|
|
|
|
#toolbar-menubar > spacer{ display: none; }
|
|
|
|
|
|
|
|
#toolbar-menubar{ -moz-box-align: center }
|
|
|
|
:root:not([customizing]) #toolbar-menubar[autohide][inactive]{ max-width: 0 }
|
|
|
|
|
|
|
|
#TabsToolbar > .titlebar-buttonbox-container{
|
|
|
|
display: -moz-box !important;
|
|
|
|
visibility: visible !important;
|
2020-06-07 15:56:34 +00:00
|
|
|
}
|
|
|
|
|