Firefox Change FavIcon Size in Bookmarks Toolbar

Hi,

I googled this and couldn't find any hints on how to do this. I'd like to increase the size of favicons in my bookmarks bar as it is done in the Mac Favicon XL theme.

#464683

Maybe this link will help http://forums.mozillazine.org/viewtopic.php?t=202845

You may have to adjust your toolbar size also?

Edit: Here's a link to a pretty big Firefox code hack site http://www.linnhe2.free-online.co.uk/firefox/chrome.html

#464691

Ok, I finally figured it out.

/* Large Favicons */

#bookmarks-ptf toolbarbutton.bookmark-item .toolbarbutton-icon {

display: block !important;

width: 32px !important;

height: 32px !important;

/* End of Large Favicons */

}

post-23677-1184617350_thumb.jpg

Untitled-1.jpg
Untitled-1.jpg

#464709

I am 100% ignorant of coding.

But I'd like use this solution to increase the size of the Firefox bookmarks toolbar icons.

Can someone with a little patience explain how I would do this?

Thanks

:)

#541857