Created
March 28, 2024 10:46
-
-
Save zargony/b4c473ae6ae52cc1bb1df40996116ee5 to your computer and use it in GitHub Desktop.
Hide Firefox bookmark toolbar folder icons
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"); | |
/* hide icons for bookmark folders in toolbar, but not in dropdown menus */ | |
#personal-bookmarks toolbarbutton.bookmark-item { | |
margin-left: 15px !important; | |
} | |
#personal-bookmarks toolbarbutton.bookmark-item[type="menu"] .toolbarbutton-icon { | |
display: none !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment