summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Kinkade <nkinkade@nkinka.de>2009-04-04 20:06:54 +0000
committerNathan Kinkade <nkinkade@nkinka.de>2009-04-04 20:06:54 +0000
commit6e7f011ddbed67cfb1ffe3cf61e20158cced0d73 (patch)
tree0ffe2b06f3508108dfc0b2118e8ec58c7d40a47f
parent76457faaf7c5c671b073cb2ac5170a8968a08438 (diff)
Removed a spurious background image in the mailboxlist that was causing duplicate bg images.
-rw-r--r--roundcubemail/skins/npk/mail.css15
1 files changed, 5 insertions, 10 deletions
diff --git a/roundcubemail/skins/npk/mail.css b/roundcubemail/skins/npk/mail.css
index 611aa23a9..e226e6beb 100644
--- a/roundcubemail/skins/npk/mail.css
+++ b/roundcubemail/skins/npk/mail.css
@@ -416,7 +416,6 @@ td.formlinks a:visited
display: block;
position: relative;
font-size: 11px;
- background: url(images/icons/folder-closed.png) no-repeat;
background-position: 5px 1px;
border-bottom: 1px solid #EBEBEB;
}
@@ -505,6 +504,11 @@ div.icon-holder.rename {
background: url(images/icons/expanded.png) bottom right no-repeat;
}
+#mailboxlist li div.icon-holder
+{
+ background: url(images/icons/rc_icons.png) no-repeat scroll -16px -16px;
+}
+
#mailboxlist li.inbox div.icon-holder
{
background: url(images/icons/rc_icons.png) no-repeat scroll;
@@ -530,15 +534,6 @@ div.icon-holder.rename {
background: url(images/icons/rc_icons.png) no-repeat scroll 0 -16px;
}
-#mailboxlist li div.icon-holder
-{
- background: url(images/icons/rc_icons.png) no-repeat scroll -16px -16px;
-}
-#mailboxlist li.selected > div.icon-holder
-{
- background: url(images/icons/rc_icons.png) no-repeat scroll -32px -16px;
-}
-
#mailboxlist li a
{
cursor: default;