scripts/themes/userChrome.css

17 lines
340 B
CSS

@-moz-document url("chrome://browser/content/browser.xhtml") {
/* hide top tabs (for sideberry) */
#TabsToolbar {
visibility: collapse !important;
}
/* hide sidebar top-menu */
#sidebar-header {
visibility: collapse;
}
/* change the border between the sidebar and the page */
#sidebar-splitter {
visibility: collapse;
}
}