RoundCube Webmail Forum  

Go Back   RoundCube Webmail Forum > SVN Releases > Requests

For more information about the ads and why they're here, please see the FAQ
Reply
  #1  
Old 12-31-2006, 04:23 PM
Registered User
 
Join Date: Dec 2006
Posts: 2
Downloads: 0
Uploads: 0
Default Default skin: Unread messages look like read when selected

To illustrate the problem:
Which of the messages at the following screenshot are read and which are unread?



It looks like unread messages are the first four - distinguished with bold font - but that's misleading: unread messages are actually only distinguished by the blue star at the front. Bold face on the other hand carries no useful information, because both the unread messages and selected messages are shown in bold face.

I propose the following change:
* Selected messages - distinguished only by red background;
* Unread messages - distinguished by bold font-face and blue star;
* Read messages - distinguished only by normal font-face.

This would require only the following change in mail.css:

Code:
#messagelist tr.selected td
{
 font-weight: bold; /* remove this line */
 color: #FFFFFF;
 background-color: #CC3333;
}

#messagelist tr.unfocused td
{
 font-weight: bold; /* and also remove this line */
 color: #FFFFFF;
 background-color: #929292;
}
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

For more information about the ads and why they're here, please see the FAQ

All times are GMT. The time now is 04:32 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Copyright © 2006-2008 RoundCube Webmail Community