View Single Post
  #4  
Old 03-03-2009, 11:11 PM
 
johnpaul johnpaul is offline
 

Member
  
Join Date: Feb 2007
Location: Colorado, USA
Posts: 19
 

Default Re: text color needs to change for dark background

Okay. We need to back up. I was able to change the text color on the "register page" to:

}
table.register-table td.data-name {
text-align: right;
font-weight: normal;
color: #cccccc;
width: 30%;
}

I had to add the line "color: #cccccc;"
....
td.data-name is the style that is dark on all the other pages such as auth.tpl, gift cert, well any place with a data name (label) next to an input box. I need all those the same. Is there a global setting? I can't locate it.

could use some friendly and revealing help!
__________________
JP Lumpp
xcartGold
Version 4.1.9, 4.2.0
Unix server
Reply With Quote