From bbca0f112e0b8ee5ff35c5365311d5afcd8df44a Mon Sep 17 00:00:00 2001 From: Nathan Kinkade Date: Sat, 4 Apr 2009 13:12:07 +0000 Subject: Implemented CSS fix for npk theme done in commit e099a58. --- roundcubemail/skins/npk/mail.css | 6 +++--- 1 file 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; } -- cgit v1.2.3