From 6e14fcf9bfb0bf3ee237dc7516655f55c8436a3a Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Sat, 24 Aug 2013 10:22:08 +0200 Subject: Fix Junk folder icon alignment when it's nested in inbox folder (#1489292) - reverted commit 856ec447fa0a7ddd0ad19ed57fc0031040037284 which shouldn't be cherry-picked from master --- CHANGELOG | 1 + skins/larry/mail.css | 6 ------ 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 8f0a7e58d..3eae38079 100644 --- a/CHANGELOG +++ b/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 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; -- cgit v1.2.3