Closed
Bug 289486
Opened 20 years ago
Closed 11 years ago
use standard feed icon with a new mail indicator
Categories
(Thunderbird :: Mail Window Front End, defect)
Thunderbird
Mail Window Front End
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: mscott, Unassigned)
References
Details
In qute, that means we need this icon with a new mail indicator overlayed on it: http://lxr.mozilla.org/mozilla/source/mail/themes/qute/mail/newsblog/server-rss.png Not sure about pinstripe yet since it seems to use the same icons for News accounts so we might be able to re-use that.
| Reporter | ||
Updated•20 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → Thunderbird1.1
| Reporter | ||
Comment 1•20 years ago
|
||
Note to self, once I have the icon here's the CSS to add to newsBlogOverlay.css:
treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-rss,
biffState-NewMail)
{
list-style-image:
url("chrome://messenger-newsblog/skin/icons/rss-server-new.png");
}
and it looks like we need a pinstripe and a qute icon| Reporter | ||
Updated•19 years ago
|
Target Milestone: Thunderbird1.1 → Thunderbird2.0
| Reporter | ||
Comment 2•18 years ago
|
||
Arvid, I think we forgot about this one in the new theme update. If you give me an icon, I can still add it to the build.
Updated•18 years ago
|
QA Contact: front-end
Comment 3•16 years ago
|
||
UI issue - requires icon, cc'ing Bryan Clark. I'm not sure if this is still required for the latest trunk builds though.
Assignee: mscott → nobody
Status: ASSIGNED → NEW
Comment 4•16 years ago
|
||
I feel like we should be using the standard RSS icon the firefox uses for a little consistency and to be more recognizable. http://mxr.mozilla.org/firefox/source/browser/themes/winstripe/browser/feeds/feed-icons-16.png
Updated•16 years ago
|
Flags: wanted-thunderbird3?
OS: Windows XP → All
Hardware: PC → All
Target Milestone: Thunderbird2.0 → ---
Updated•16 years ago
|
Flags: wanted-thunderbird3? → wanted-thunderbird3+
Summary: Need RSS Account Icon with a new mail indicator → use standard feed icon with a new mail indicator
Comment 6•15 years ago
|
||
(In reply to comment #4) > I feel like we should be using the standard RSS icon the firefox uses for a > little consistency and to be more recognizable. > > http://mxr.mozilla.org/firefox/source/browser/themes/winstripe/browser/feeds/feed-icons-16.png agreed.
Comment 7•15 years ago
|
||
Aren't we already? (At least it's very very similar.)
is this still valid? i think it can be closed..
Flags: needinfo?(richard.marti)
Comment 9•11 years ago
|
||
Yes, we have now a new mail indicator on feed icon: http://mxr.mozilla.org/comm-central/source/mail/themes/windows/mail/newsblog/rss-feed.png I close this bug.
Status: NEW → RESOLVED
Closed: 11 years ago
Flags: needinfo?(richard.marti)
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•