diff options
Diffstat (limited to 'skins')
-rw-r--r-- | skins/larry/images/listicons.png | bin | 25802 -> 26132 bytes | |||
-rw-r--r-- | skins/larry/mail.css | 7 |
2 files changed, 4 insertions, 3 deletions
diff --git a/skins/larry/images/listicons.png b/skins/larry/images/listicons.png Binary files differindex 6b34cb080..b480523fe 100644 --- a/skins/larry/images/listicons.png +++ b/skins/larry/images/listicons.png 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, |