From 6e14fcf9bfb0bf3ee237dc7516655f55c8436a3a Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Sat, 24 Aug 2013 04:22:08 -0400
Subject: [PATCH] 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 insertions(+), 6 deletions(-)
diff --git a/CHANGELOG b/CHANGELOG
index 8f0a7e5..3eae380 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 0366a2d..44f818e 100644
--- a/skins/larry/mail.css
+++ b/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 {
--
Gitblit v1.9.1