Author Topic: changing the highlight color  (Read 4412 times)

Offline andy9275

  • Newbie
  • *
  • Posts: 7
changing the highlight color
« 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.

Offline Nepherim

  • Jr. Member
  • **
  • Posts: 12
Re: changing the highlight color
« Reply #1 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.
Code: [Select]
table.records-table tr.selected td
{
 font-weight: bold;
 color: #FFFFFF;
 background-color: #CC3333; # <--- change this value
}

 ~ ~ Dave
~ ~ Dave

tech | photography | journal | MR2

Offline andy9275

  • Newbie
  • *
  • Posts: 7
Re: changing the highlight color
« Reply #2 on: July 19, 2007, 08:55:16 PM »
Looks like that'll be a good start, thanks.

How to loose weight quick

  • Guest
changing the highlight color
« Reply #3 on: September 26, 2009, 06:32:22 AM »
Thanks for the info

Offline mattzyzy

  • Newbie
  • *
  • Posts: 6
changing the highlight color
« Reply #4 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 **/
}
« Last Edit: December 08, 2009, 04:05:51 AM by mattzyzy »

calvin551

  • Guest
changing the highlight color
« Reply #5 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