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.
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
Looks like that'll be a good start, thanks.
Thanks for the info
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 **/
}
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)