From 0f4d09b9e8ceeba658d1d6613a51b7e5f0bf34b3 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Thu, 23 Jan 2014 13:19:09 -0500
Subject: [PATCH] Fix empty folder icon for trash folder one level below the root

---
 skins/larry/mail.css |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/skins/larry/mail.css b/skins/larry/mail.css
index 09345be..b13e7b2 100644
--- a/skins/larry/mail.css
+++ b/skins/larry/mail.css
@@ -249,6 +249,14 @@
 	background-position: 23px -406px;
 }
 
+#mailboxlist li.mailbox ul li.trash.empty > a {
+	background-position: 23px -1924px;
+}
+
+#mailboxlist li.mailbox ul li.trash.empty.selected > a {
+	background-position: 23px -1948px;
+}
+
 #mailboxlist li.mailbox ul li.archive > a {
 	background-position: 23px -1699px;
 }

--
Gitblit v1.9.1