Bugzilla@Mozdev – Bug 25645
Add interface for custom icons
Last modified: 2014-02-23 21:20:55
You need to log in before you can comment on or make changes to this bug.
add a QuickFolders command to select an icon (16pixels * 16pixels image file) from disc. this should remember the icon (just like the palette color) when reloading Thunderbird.
Created an attachment (id=7739) [details] 3.14 prerelease 48 Added a new menu item "Icon..." to all Tab context menus which is hidden by default. To make this visible, open about:config and toggle: extensions.quickfolders.commandMenu.icon to true If an icon is chosen, the element will be styled directly and all previous style rules about icons (list-style-image) should be ignored on that tab. This means any rules in userChrome.css affecting the tab will be overruled. Also an additional menu item "Remove Icon..." will be shown for tabs modified in this way.
Marking as duplicate of 25708 which also covers folder tree icons *** This bug has been marked as a duplicate of bug 25708 ***