diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-03-28 12:07:16 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-03-28 12:07:16 +0000 |
| commit | 0b09af6255b24ea1fc08b2a636442a63106f3097 (patch) | |
| tree | 69e934898d7b64d4d42c3764f3b6de44345b578a | |
| parent | a961305759f7045b370e056933751959f567076e (diff) | |
Add list icon for deleted messages
git-svn-id: https://svn.roundcube.net/trunk@6032 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/skins/larry/images/listicons.png | bin | 25802 -> 26132 bytes | |||
| -rw-r--r-- | roundcubemail/skins/larry/mail.css | 7 |
2 files changed, 4 insertions, 3 deletions
diff --git a/roundcubemail/skins/larry/images/listicons.png b/roundcubemail/skins/larry/images/listicons.png Binary files differindex 6b34cb080..b480523fe 100644 --- a/roundcubemail/skins/larry/images/listicons.png +++ b/roundcubemail/skins/larry/images/listicons.png diff --git a/roundcubemail/skins/larry/mail.css b/roundcubemail/skins/larry/mail.css index 7e99be78c..b1f901550 100644 --- a/roundcubemail/skins/larry/mail.css +++ b/roundcubemail/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, |
