This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@namespace xul url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); | |
@-moz-document url("chrome://browser/content/browser.xul") { | |
/* Windows users might also want to consider setting | |
* browser.tabs.drawInTitlebar to false in about:config | |
*/ | |
#TabsToolbar { | |
visibility: collapse !important; | |
} |