Aleksander Machniak
2013-08-24 6e14fcf9bfb0bf3ee237dc7516655f55c8436a3a
Fix Junk folder icon alignment when it's nested in inbox folder (#1489292)
- reverted commit 856ec447fa0a7ddd0ad19ed57fc0031040037284 which shouldn't
be cherry-picked from master
2 files modified
7 ■■■■ changed files
CHANGELOG 1 ●●●● patch | view | raw | blame | history
skins/larry/mail.css 6 ●●●●● patch | view | raw | blame | history
CHANGELOG
@@ -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
skins/larry/mail.css
@@ -191,15 +191,9 @@
#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 {