- 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
-
This is support and discussion thread about my add-ons. Please feel free to post your comments here, including feature requests, questions a...
-
I start to convert my legacy add-ons into MailExtensions ones to support forthcoming Thunderbird 78, where legacy add-ons will not be sup...
-
Thunderbird 78 removes customization of message header toolbar. Toolbar buttons occupy large area of the header. It is filed as the followin...
-
I've developed a new extension for Thunderbird named Google Contacts . This extension accesses to Google contacts and synchronize them w...
-
Tag Popup 2.1.2 is now available for download: https://hogi.sakura.ne.jp/en/ttb/ttb.rhtml Tag Popup has category functionalities similar to ...
-
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...
-
Sorry for the silence for a few months. I've not had enough time to writing extensions. It still goes on but I'll update them little...
-
Message Header Toolbar Customize 2.1.0 is now available for download. This version adds new functionalities that Thunderbird 68 does not hav...
-
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...
-
I started to use Thunderbird3b1 in order to study feasibility of updating my extensions for Thunderbird3. My first impression for Thunde...
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