Hi, for the Firefox addicted's:
I'd like to change some of my bookmark toolbar folder icons. I know it is about a edition I have to do in userChrome.css file, approximately like this:
By I did not understand the syntax. Here is a photo of my BFT:
http://i2.photobucket.com/albums/y29/darossa/btf-1.jpg
As you can see, there are some icons already customised by the hosts, others had to come with a label next to it (like the "GA" there), and some I'd like to add custom icons from my pc.
How should I do it for each one?
Thanks..
I'd like to change some of my bookmark toolbar folder icons. I know it is about a edition I have to do in userChrome.css file, approximately like this:
| Code: |
| /* Change Bookmark Toolbar Folder Icons */
#personal-bookmarks toolbarbutton[label="FF"] {padding: 0px 0px 0px 0px !important;} #personal-bookmarks toolbarbutton[label="FF"] .toolbarbutton-icon {display: block !important; list-style-image: url('file:///D:/pics/Blue1.ICO') !important; -moz-image-region: auto !important; margin: 0px 2px 0px -2px !important;} #personal-bookmarks toolbarbutton[label="FF"] .toolbarbutton-text {display: none !important;} |
By I did not understand the syntax. Here is a photo of my BFT:
http://i2.photobucket.com/albums/y29/darossa/btf-1.jpg
As you can see, there are some icons already customised by the hosts, others had to come with a label next to it (like the "GA" there), and some I'd like to add custom icons from my pc.
How should I do it for each one?
Thanks..
