Browse Source

Fix list icon for replied+forwarded+unread messages

pull/214/merge
Thomas Bruederli 11 years ago
parent
commit
53b7421d44
  1. 2
      skins/larry/mail.css

2
skins/larry/mail.css

@ -493,7 +493,7 @@ table.messagelist.fixedcopy {
.messagelist tr td.status span.unread,
.messagelist tr td.subject span.unread,
.messagelist tr td.status span.unread:hover {
background-position: 0 -1017px;
background-position: 0 -1017px !important;
}
.messagelist thead tr th.status span.status {

Loading…
Cancel
Save