summaryrefslogtreecommitdiff
path: root/skins/classic/mail.css
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2013-01-31 13:48:56 +0100
committerThomas Bruederli <thomas@roundcube.net>2013-01-31 13:48:56 +0100
commitb7ea947844b97fe4cb0e2bd37b84d79fff8014f4 (patch)
tree8cb8c5c4e9649f34740c7d0e8568bee29b9c7ac1 /skins/classic/mail.css
parentf5aecf055b88c5ac34e0bc9cb4aa76c866f4e620 (diff)
Define a global style for tree lists
Diffstat (limited to 'skins/classic/mail.css')
-rw-r--r--skins/classic/mail.css26
1 files changed, 0 insertions, 26 deletions
diff --git a/skins/classic/mail.css b/skins/classic/mail.css
index 54673fe64..8be35aaa6 100644
--- a/skins/classic/mail.css
+++ b/skins/classic/mail.css
@@ -393,32 +393,6 @@
border-bottom: none;
}
-#mailboxlist li div
-{
- position: absolute;
- left: 8px !important;
- left: -16px;
- top: 1px;
- width: 14px;
- height: 16px;
-}
-
-#mailboxlist li div.collapsed,
-#mailboxlist li div.expanded
-{
- cursor: pointer;
-}
-
-#mailboxlist li div.collapsed
-{
- background: url(images/icons/collapsed.png) bottom right no-repeat;
-}
-
-#mailboxlist li div.expanded
-{
- background: url(images/icons/expanded.png) bottom right no-repeat;
-}
-
#mailboxlist li.inbox
{
background-position: 5px -18px;