Use SVG icons for the thread pane staus icons
Categories
(Thunderbird :: Theme, task)
Tracking
(Not tracked)
People
(Reporter: Paenglab, Assigned: Paenglab)
References
Details
Attachments
(2 files, 2 obsolete files)
|
3.32 KB,
image/png
|
Details | |
|
89.84 KB,
patch
|
Paenglab
:
review+
|
Details | Diff | Splinter Review |
We use different icon sets on the platforms for the status icons in the thread pane. We should unify them and use SVG icons instead of the PNGs.
| Assignee | ||
Comment 1•5 years ago
|
||
I'm using now a shared messageIcons.css. On TagUtils.jsm I added a rule to set the fill colour for the icons to be consistent with the text colour. Some icons like junk, flag, read and new override this highlight colour when set to show their special status also in selected row state.
I deleted not only icons which aren't used any more in the thread pane but are still in the tree without usage (a lot of them are still packaged in the executables).
Comment 2•5 years ago
|
||
Comment 3•5 years ago
|
||
Here's the weird gap I see.
| Assignee | ||
Comment 4•5 years ago
|
||
The problem wasn't the colour but the fill path was too small and with the rounding errors you had transparent areas. Is this better now? For me it works now.
Comment 5•5 years ago
|
||
| Assignee | ||
Comment 6•5 years ago
|
||
Made the flag icon have only one colour.
| Assignee | ||
Updated•5 years ago
|
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/ac2e45bcc600
Use SVG icons for the thread pane staus icons. r=aleca
Description
•