Updated unseen icon in Webmail module.

Monotone-Parent: b973b6cdb8f36ae9fe9aed817676417f4281976e
Monotone-Revision: ed625914479265cad78fb3a15cd5f9e1e8c0a849

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2011-10-24T20:30:08
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle 2011-10-24 20:30:08 +00:00
parent 3a5fbb3af3
commit 507cd8f7a4
5 changed files with 4 additions and 9 deletions

View file

@ -786,7 +786,7 @@
if ([self isMessageRead]) if ([self isMessageRead])
msgIconStatus = @"dot.png"; msgIconStatus = @"dot.png";
else else
msgIconStatus = @"icon_unread.gif"; msgIconStatus = @"unread.png";
[msg addObject: [NSString stringWithFormat: @"<img src=\"%@\" class=\"mailerReadIcon\" title=\"%@\" title-markread=\"%@\" title-markunread=\"%@\" id=\"%@\"/>", [msg addObject: [NSString stringWithFormat: @"<img src=\"%@\" class=\"mailerReadIcon\" title=\"%@\" title-markread=\"%@\" title-markunread=\"%@\" id=\"%@\"/>",
[self urlForResourceFilename: msgIconStatus], [self urlForResourceFilename: msgIconStatus],

View file

@ -373,14 +373,9 @@ TABLE.messageList TR[labels~="label1"]._selected TD
{ color: #fff; { color: #fff;
background-color: #f00; } background-color: #f00; }
TABLE.messageList TR.mailer_unreadmail TD TABLE.messageList TR.mailer_unreadmail TD,
{ font-weight: bold !important; }
TR.mailer_unreadmail TD.messageSubjectColumn TR.mailer_unreadmail TD.messageSubjectColumn
{ background-image: url(icon-new.png); { font-weight: bold !important; }
background-repeat: no-repeat !important;
background-position: 0px 3px !important;
font-weight: bold !important; }
TR.mailer_repliedmailsubject TD.messageSubjectColumn TR.mailer_repliedmailsubject TD.messageSubjectColumn
{ background-image: url(icon-replied.png) !important; { background-image: url(icon-replied.png) !important;

View file

@ -150,7 +150,7 @@ function markMailInWindow(win, msguid, markread) {
row.addClassName("mailer_unreadmail"); row.addClassName("mailer_unreadmail");
var img = win.$("readdiv_" + msguid); var img = win.$("readdiv_" + msguid);
if (img) { if (img) {
img.setAttribute("src", ResourcesURL + "/icon_unread.gif"); img.setAttribute("src", ResourcesURL + "/unread.png");
var title = img.getAttribute("title-markread"); var title = img.getAttribute("title-markread");
if (title) if (title)
img.setAttribute("title", title); img.setAttribute("title", title);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 286 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 402 B