Fix Junk folder alignment when it's nested in inbox folder.

pull/88/head
Victor Benincasa 11 years ago
parent e221786bbe
commit 856ec447fa

@ -2,7 +2,7 @@
* Roundcube webmail styles for the Email section
*
* Copyright (c) 2012, The Roundcube Dev Team
* Screendesign by FLINT / Büro für Gestaltung, bueroflint.com
* Screendesign by FLINT / B<EFBFBD>ro f<EFBFBD>r Gestaltung, bueroflint.com
*
* The contents are subject to the Creative Commons Attribution-ShareAlike
* License. It is allowed to copy, distribute, transmit and to adapt the work
@ -191,10 +191,16 @@ 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;

Loading…
Cancel
Save