Skip to content
robcee edited this page Feb 11, 2011 · 3 revisions

Welcome to the bookmarks-deiconizer wiki!

Windows

If you're on Windows and want to see the little folder drop-down indicators like in the above, add the following to your userChrome.css file (in your AppData/Roaming/Mozilla/Firefox/Profiles/{your-profile}/chrome directory):

.bookmark-item > .toolbarbutton-menu-dropmarker {
    display: -moz-box !important;
}
Clone this wiki locally