



Uses userChrome CSS to re-enable Bookmark Toolbar favicons.
Credit to:
Myk Melez for writing an extension that gave me the idea ( http://www.melez.com/mykzilla/2008/03/trio-of-extensions.html )
Vladimir Vukićević for writing the original userChrome that gave Myk the idea ( http://blog.vlad1.com/2008/02/04/getting-bookmark-icons-back-on-your-toolbar/ )
Abdulkadir Topal for commenting on the userChrome with a padding suggestion
Edoardo for commenting on the userChrome with the suggestion to remove folder icons
Before
|
After
|
You should add this to your style :
.bookmark-item:hover:active > .toolbarbutton-icon {
background: url("chrome://browser/skin/bookmark-open-mid.png") repeat-x;
}