From cc46fb2e9854cee36d15a9e6e5c15cae687547ea Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Wed, 28 Mar 2012 08:07:16 -0400 Subject: [PATCH] Add list icon for deleted messages --- skins/larry/images/listicons.png | 0 skins/larry/mail.css | 11 ++++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/skins/larry/images/listicons.png b/skins/larry/images/listicons.png index 6b34cb0..b480523 100644 --- a/skins/larry/images/listicons.png +++ b/skins/larry/images/listicons.png Binary files differ diff --git a/skins/larry/mail.css b/skins/larry/mail.css index 7e99be7..b1f9015 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -545,12 +545,13 @@ #messagelist tr td.status span.msgicon:hover { background-position: 0 -272px; } - -#messagelist tr td.status span.deleted, -#messagelist tr td.subject span.deleted { - background-position: 0 -187px; -} */ +#messagelist tr td.status span.deleted, +#messagelist tr td.status span.deleted:hover, +#messagelist tr td.subject span.deleted { + background-position: -22px -1096px; +} + #messagelist tr td.status span.status, #messagelist tr td.status span.unread, #messagelist tr td.subject span.unread, -- Gitblit v1.9.1