From cc46fb2e9854cee36d15a9e6e5c15cae687547ea Mon Sep 17 00:00:00 2001 From: thomascube Date: Wed, 28 Mar 2012 12:07:16 +0000 Subject: Add list icon for deleted messages --- skins/larry/images/listicons.png | Bin 25802 -> 26132 bytes skins/larry/mail.css | 7 ++++--- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'skins') diff --git a/skins/larry/images/listicons.png b/skins/larry/images/listicons.png index 6b34cb080..b480523fe 100644 Binary files a/skins/larry/images/listicons.png and b/skins/larry/images/listicons.png differ diff --git a/skins/larry/mail.css b/skins/larry/mail.css index 7e99be78c..b1f901550 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -545,12 +545,13 @@ a.iconbutton.threadmode.selected { #messagelist tr td.status span.msgicon:hover { background-position: 0 -272px; } - +*/ #messagelist tr td.status span.deleted, +#messagelist tr td.status span.deleted:hover, #messagelist tr td.subject span.deleted { - background-position: 0 -187px; + background-position: -22px -1096px; } -*/ + #messagelist tr td.status span.status, #messagelist tr td.status span.unread, #messagelist tr td.subject span.unread, -- cgit v1.2.3