diff options
author | thomascube <thomas@roundcube.net> | 2012-02-28 10:47:20 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2012-02-28 10:47:20 +0000 |
commit | 7d3e7571f84fb87ccbdea212a3712cb687636fdd (patch) | |
tree | 94c8b12985433bd1ab51271e048d446e476944d8 /skins | |
parent | 20efa59fc9e4560262b1dbaa9e8c080546b0d413 (diff) |
Fix sub folder style
Diffstat (limited to 'skins')
-rw-r--r-- | 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 4e3cb9c3e..f667acee8 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -203,7 +203,7 @@ a.iconbutton.threadmode.selected { background-position: 6px -93px; } -#mailboxlist li.mailbox ul li.selected a { +#mailboxlist li.mailbox ul li.selected > a { background-position: 6px -117px; } |