- Copy icons you want to use to the "chrome" directory in your profile. It exsit in C:\Documents and Settings\
Application Data\Thunderbird\Profiles\ chrome on Windows XP. If the directory does not exist, create it. - Copy userChrome.css to the same directory. If you already have had the file, append to it.
- Modify the uri() in the file. If there is an element you want to use default icon, delete the setting for it. For example, if you want to use "lowest.png" for the lowest priority icon, change uri("flag_purple.png") in treechildren::-moz-tree-image(colPSWPriorityIcon, lowest) to uri("lowest.png"). If you don't want to change the icons in the thread pane header ("!" icon), delete the following elements: #colPSWPriorityIcon, #colPSWPriorityIcon[sortDirection="ascending"], and #colPSWPriorityIcon[sortDirection="descending"].
Sep 14, 2008
Changing icons of Priority Switcher
You may think you want to change the priority icons that are added by Priorty Swithcer. I show you the way to change these icons.
Labels
Extension,
Thunderbird,
Tips
Subscribe to:
Post Comments (Atom)
Popular Posts
-
I start to convert my legacy add-ons into MailExtensions ones to support forthcoming Thunderbird 78, where legacy add-ons will not be sup...
-
I've developed a new extension for Thunderbird named Google Contacts . This extension accesses to Google contacts and synchronize them w...
-
Check and Send v2.0.0 is available. It is fully re-written in Mail Extensions mechanism to support forthcoming Thunderbird 78. It does no...
-
Thunderbird 78 removes customization of message header toolbar. Toolbar buttons occupy large area of the header. It is filed as the followin...
-
The following add-ons are updated for Thunderbird 68.x. Please feel free to comment here if you find problem. Check and Send 1.1.0...
-
This is support and discussion thread about my add-ons. Please feel free to post your comments here, including feature requests, questions a...
-
As you may know, MailExtensions, the new Thunderbird add-on framework, has a lot of limitations. I've almost given up to convert Tag T...
-
Sorry to have kept you waiting. Tag Popup now supports Thunderbird 102. It not only fixes glitches on TB102 but also adds new functionali...
-
Tag Toolbar 0.6.10 is approved by AMO editor. You will receive update notification soon. As the post in yesterday says some useful function...
-
Message Header Toolbar Customize v2.3.x supports Thunderbird 102. This post shows modifications and new feature of the new version. Downl...
2 comments:
The link to userChrome.css is incorrect. Could you update the link or publish the content of this file please.
I've fixed the link.
Post a Comment