Roundcube Community Forum

 

changing the highlight color

Started by andy9275, July 18, 2007, 08:49:27 PM

Previous topic - Next topic

andy9275

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.

Nepherim

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
~ ~ Dave

tech | photography | journal | MR2

andy9275

Looks like that'll be a good start, thanks.

How to loose weight quick


mattzyzy

#4
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 **/
}

calvin551

Well information is still good...:D
But every one will like new updates here about content and technical issues.

-------------------
ccnp