From 7d3e7571f84fb87ccbdea212a3712cb687636fdd Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Tue, 28 Feb 2012 05:47:20 -0500 Subject: [PATCH] Fix sub folder style --- skins/larry/mail.css | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/skins/larry/mail.css b/skins/larry/mail.css index 4e3cb9c..f667ace 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -203,7 +203,7 @@ background-position: 6px -93px; } -#mailboxlist li.mailbox ul li.selected a { +#mailboxlist li.mailbox ul li.selected > a { background-position: 6px -117px; } -- Gitblit v1.9.1