diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-08-24 10:22:08 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-08-24 10:22:08 +0200 |
commit | 6e14fcf9bfb0bf3ee237dc7516655f55c8436a3a (patch) | |
tree | 74531477e911cad935ea2b9316162caf88cb5e89 | |
parent | 06efad1ac89669240348cedc8a1b7ad71e7b0e7e (diff) |
Fix Junk folder icon alignment when it's nested in inbox folder (#1489292)
- reverted commit 856ec447fa0a7ddd0ad19ed57fc0031040037284 which shouldn't
be cherry-picked from master
-rw-r--r-- | CHANGELOG | 1 | ||||
-rw-r--r-- | skins/larry/mail.css | 6 |
2 files changed, 1 insertions, 6 deletions
@@ -1,6 +1,7 @@ CHANGELOG Roundcube Webmail =========================== +- Fix Junk folder icon alignment when it's nested in inbox folder (#1489292) - Fix unquoted path in PREG expression on Windows (#1489290) RELEASE 0.9.3 diff --git a/skins/larry/mail.css b/skins/larry/mail.css index 0366a2db7..44f818e08 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -191,16 +191,10 @@ a.iconbutton.threadmode.selected { #mailboxlist li.mailbox.junk > a { background-position: 6px -334px; } -#mailboxlist li.mailbox ul li.junk > a { - background-position: 22px -334px; -} #mailboxlist li.mailbox.junk.selected > a { background-position: 6px -358px; } -#mailboxlist li.mailbox ul li.junk.selected > a { - background-position: 22px -358px; -} #mailboxlist li.mailbox.trash > a { background-position: 6px -382px; |