diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-07-09 14:15:29 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-07-09 14:15:29 +0200 |
commit | dc43ae4ed0b8aabfc5107a9d890e88c47d89f9a5 (patch) | |
tree | 78eb5a34fbfd5a1b95c556830b06ddd5d62586e1 | |
parent | 5a28385e73afbf799ba83059e5a1b88bdd674b5c (diff) |
Small css fix for delete icon on messages list
-rw-r--r-- | skins/larry/mail.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css index c21bc40ea..2083cb9b0 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -698,9 +698,9 @@ table.messagelist.fixedcopy { } */ .messagelist tr td.status span.deleted, -.messagelist tr td.status span.deleted:hover, +.messagelist tr:hover td.status span.deleted, .messagelist tr td.subject span.deleted { - background-position: -22px -1096px; + background-position: -21px -1096px; } .messagelist tr td.status span.status, |