summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--roundcubemail/skins/npk/mail.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/roundcubemail/skins/npk/mail.css b/roundcubemail/skins/npk/mail.css
index 45aa5a568..611aa23a9 100644
--- a/roundcubemail/skins/npk/mail.css
+++ b/roundcubemail/skins/npk/mail.css
@@ -472,12 +472,12 @@ div.icon-holder.forwarded {
div.icon-holder.forwardedreplied {
background: url(images/icons/rc_icons.png) no-repeat scroll -32px -48px;
}
-div.icon-holder.unread {
- background: url(images/icons/rc_icons.png) no-repeat scroll -64px -16px;
-}
div.icon-holder.message {
background: url(images/icons/rc_icons.png) no-repeat scroll -64px 0;
}
+#messagelist tr.unread div.icon-holder.message {
+ background: url(images/icons/rc_icons.png) no-repeat scroll -64px -16px;
+}
div.icon-holder.delete {
background: url(images/icons/rc_icons.png) no-repeat scroll 0 -32px;
}