diff options
| author | Nathan Kinkade <nkinkade@nkinka.de> | 2009-04-04 13:12:07 +0000 |
|---|---|---|
| committer | Nathan Kinkade <nkinkade@nkinka.de> | 2009-04-04 13:12:07 +0000 |
| commit | bbca0f112e0b8ee5ff35c5365311d5afcd8df44a (patch) | |
| tree | da7001f5f4935abf1426717c6a1ea23958638c05 | |
| parent | 44ca5c748474147dd6492a453decfb2471843e46 (diff) | |
Implemented CSS fix for npk theme done in commit e099a58.
| -rw-r--r-- | roundcubemail/skins/npk/mail.css | 6 |
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; } |
