Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: andy9275 on July 18, 2007, 08:49:27 PM

Title: changing the highlight color
Post by: andy9275 on July 18, 2007, 08:49:27 PM
How can I change the color when of selected messages? My users are complaining that the bright red is an angry color.

Thanks for any help.
Title: Re: changing the highlight color
Post by: Nepherim on July 19, 2007, 08:08:15 PM
I'd at least start with the "table.records-table tr.selected td" class in the common.css file. Change the "background-color" color attribute appropriately. Note that there are a number of other "red" highlights so you may well end up wanting to change more than the selected email row.
table.records-table tr.selected td
{
 font-weight: bold;
 color: #FFFFFF;
 background-color: #CC3333; # <--- change this value
}

 ~ ~ Dave
Title: Re: changing the highlight color
Post by: andy9275 on July 19, 2007, 08:55:16 PM
Looks like that'll be a good start, thanks.
Title: changing the highlight color
Post by: How to loose weight quick on September 26, 2009, 06:32:22 AM
Thanks for the info
Title: changing the highlight color
Post by: mattzyzy on December 08, 2009, 04:03:54 AM
perhaps this thread need an update , well , after 2 years. [RC 0.3.1]

to change the email message background color/colour when selecting/clicking on it from the default red to any color you want :

open and edit skins/default/mail.css
in this example I change from red(default #CC3333) to navy blue (the hex #3A4F77 ) .

Quote#messagelist tr.selected td
{
  color: #FFFFFF;
  background-color: #3A4F77; /**default #CC3333 **/
}
Title: changing the highlight color
Post by: calvin551 on February 20, 2010, 04:13:23 AM
Well information is still good...:D
But every one will like new updates here about content and technical issues.

-------------------
ccnp (http://www.actualanswers.com/certification/CCNP.htm)