diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-01-31 18:26:47 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-01-31 18:26:47 +0100 |
commit | 8bfbd5e9f9c1d2c4657bda2f6099f01fc8097846 (patch) | |
tree | c9c3fab72bbeb3fc4919340331b2fdd4b382404c /skins/classic/mail.css | |
parent | ee01be5b5b854320de83e09c66070acd71283a70 (diff) | |
parent | 873ae9e9de2aba0f22f3669b1e1519a439d97b5c (diff) |
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'skins/classic/mail.css')
-rw-r--r-- | skins/classic/mail.css | 26 |
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; |