summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2012-03-28 12:07:16 +0000
committerthomascube <thomas@roundcube.net>2012-03-28 12:07:16 +0000
commitcc46fb2e9854cee36d15a9e6e5c15cae687547ea (patch)
treedc35ec3f1bcd25a94cb6aed440463d94b4c803dd /skins
parentf5a7e12fdfc1ed559bcb1780dda5af2fc10af474 (diff)
Add list icon for deleted messages
Diffstat (limited to 'skins')
-rw-r--r--skins/larry/images/listicons.pngbin25802 -> 26132 bytes
-rw-r--r--skins/larry/mail.css7
2 files changed, 4 insertions, 3 deletions
diff --git a/skins/larry/images/listicons.png b/skins/larry/images/listicons.png
index 6b34cb080..b480523fe 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 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,