Last active
August 29, 2015 14:20
-
-
Save thuandt/d0077324f6a240a0e6f9 to your computer and use it in GitHub Desktop.
userChrome.css
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
/* Disable "List all Tabs" Button */ | |
.tabs-alltabs-button { | |
display: none !important; | |
} | |
/* Disable Container box for "List all Tabs" Button */ | |
.tabs-alltabs-box { | |
display: none !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment