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
maint-2.0.2
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])
msgIconStatus = @"dot.png";
else
msgIconStatus = @"icon_unread.gif";
msgIconStatus = @"unread.png";
[msg addObject: [NSString stringWithFormat: @"<img src=\"%@\" class=\"mailerReadIcon\" title=\"%@\" title-markread=\"%@\" title-markunread=\"%@\" id=\"%@\"/>",
[self urlForResourceFilename: msgIconStatus],

View File

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

View File

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