Since upgrading to the latest public release, I've had some funnyness in my folder listing. I've added the following block in skins/default/mail.css to make the message list easier to read (I'm using FireFox 1.0.7, courier imapd, apache, debian linux).
Firstly I modified the '#mailboxlist li.selected a' block, to change the color from '#FFF' to '#000'. This makes the listing black. Under this block I then added:
#mailboxlist li.selected ul li a
{
color: #000;
font-weight: normal;
}
This removes the boldness from subfolders of the current folder. Also, all folders are listed in black which is infinitely easier to read than when they were white.
I'm finding the CSS for the folder list very odd in the new version - it's all cascaded (which is great) but the colors are a bit messed up (it looks completely different in Firefox & IE for me, both look screwed up though). Is anybody currently looking into this, or even experiencing similar problems? If not I'll try to clean it up over the next few days.
Ross
www.rossp.org