Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

reubs

macrumors 68000
Original poster
Jun 22, 2006
1,891
215
I recently had to reinstall UNO, and now I notice that all of my favicons have disappeared from my bookmarks toolbar. It's especially important for me to have the favicons b/c I don't keep names on the toolbar; I rely specifically on the favicon.

I'm using the grApple (UNO) theme, and I remember there being a place one time that showed how to reenable the favicions, but I can't find it for anything.

Can anyone lead me in the right direction here?

Thanks much.
 
http://www.takebacktheweb.org/CaE.html

Favicons to the Bookmarks Toolbar
works with these modifications in your userChrome.css

.bookmark-item > .toolbarbutton-icon {
padding: 0px 2px 0px 0px !important;
margin: 0px !important;
width: 18px !important;
height: 16px !important;
display: inline !important;
}
.bookmark-item:hover > .toolbarbutton-icon {
background: url("chrome://browser/skin/bookmark-hover-mid.png") repeat-x !important;
}
.bookmark-item:hover:active > .toolbarbutton-icon {
background: url("chrome://browser/skin/bookmark-open-mid.png") repeat-x !important;
}
toolbarbutton.bookmark-item[container]:hover:active > .toolbarbutton-text,
toolbarbutton.bookmark-item[container][open="true"] > .toolbarbutton-text,
toolbarbutton.bookmark-item[container]:hover:active > .toolbarbutton-icon,
toolbarbutton.bookmark-item[container][open="true"] > .toolbarbutton-icon {
background: url("chrome://browser/skin/bookmark-open-mid.png") repeat-x !important;
}

About the userChrome.css:
This file sets the display rules for various elements in the Firefox user interface and is located in the sub-folder called chrome in your profile folder. The file does not exist by default, so you need to create it before you can start adding your preferences. There's actually an example file that exists by default, called userChrome-example.css. Basically, you can just rename that file by removing the -example part.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.