Created
May 19, 2019 17:14
-
-
Save e-roux/df9ba09f10968050c8e13220d432dca3 to your computer and use it in GitHub Desktop.
Firefox toolbar cust 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
/* Save in firefox profile as chrome/userChrome.css */ | |
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */ | |
#personal-bookmarks .bookmark-item[container] .toolbarbutton-icon { | |
display:none!important; | |
} | |
#personal-bookmarks .bookmark-item:not([container]) .toolbarbutton-text { | |
display:none!important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment