Created
November 16, 2017 05:17
-
-
Save dubrowgn/6700b1095a46882d98e515b90dd55641 to your computer and use it in GitHub Desktop.
tree-stype-tabs css fix
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 url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); | |
/* | |
* 1) open `about:support`, and open profile folder | |
* 2) create folder `chrome` | |
* 3) place this file inside using the filename `userChrome.css` | |
*/ | |
#TabsToolbar { | |
visibility: collapse !important; | |
} | |
#sidebar-header { | |
display: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment