diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-09-01 16:35:58 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-09-04 09:32:01 +0200 |
commit | 80b3c6200ee7788bef1bca0562aa53113ffea9bd (patch) | |
tree | 831410e2153efc61838d55d91ec753c1bcab58e3 /skins/larry/mail.css | |
parent | 0ce2126ac91f634b0bc5bf7f3567acd2f87f9972 (diff) |
Toolbar and list icons for responses + list header icon for prority column (#1489234)
Diffstat (limited to 'skins/larry/mail.css')
-rw-r--r-- | skins/larry/mail.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css index b65b08112..c5c00554c 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -621,6 +621,10 @@ table.messagelist.fixedcopy { background-position: -24px -1116px; } +.messagelist thead tr td.priority span.priority { + background-position: -24px -1845px; +} + .messagelist tr td.priority span.prio5 { background-position: 0 -1905px; } |