Fix Junk folder icon alignment when it's nested in inbox folder (#1489292)

- reverted commit 856ec447fa which shouldn't
  be cherry-picked from master
pull/117/head
Aleksander Machniak 11 years ago
parent 06efad1ac8
commit 6e14fcf9bf

@ -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

@ -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;

Loading…
Cancel
Save