summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2014-07-09 14:15:29 +0200
committerAleksander Machniak <alec@alec.pl>2014-07-09 14:15:29 +0200
commitdc43ae4ed0b8aabfc5107a9d890e88c47d89f9a5 (patch)
tree78eb5a34fbfd5a1b95c556830b06ddd5d62586e1 /skins
parent5a28385e73afbf799ba83059e5a1b88bdd674b5c (diff)
Small css fix for delete icon on messages list
Diffstat (limited to 'skins')
-rw-r--r--skins/larry/mail.css4
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,