thomascube
2012-03-28 cc46fb2e9854cee36d15a9e6e5c15cae687547ea
Add list icon for deleted messages

2 files modified
11 ■■■■ changed files
skins/larry/images/listicons.png patch | view | raw | blame | history
skins/larry/mail.css 11 ●●●● patch | view | raw | blame | history
skins/larry/images/listicons.png

skins/larry/mail.css
@@ -545,12 +545,13 @@
#messagelist tr td.status span.msgicon:hover {
    background-position: 0 -272px;
}
#messagelist tr td.status span.deleted,
#messagelist tr td.subject span.deleted {
    background-position: 0 -187px;
}
*/
#messagelist tr td.status span.deleted,
#messagelist tr td.status span.deleted:hover,
#messagelist tr td.subject span.deleted {
    background-position: -22px -1096px;
}
#messagelist tr td.status span.status,
#messagelist tr td.status span.unread,
#messagelist tr td.subject span.unread,