|
I'm using the standard "alley" style sheet with a few minor color adjustments. However, when I switch to any of the other styles, such as cyan, red, etc. I see the same behavior. I've included a copy of my customized alley.css below. If this isn't enough, please tell me exactly what you need, I'd be happy to provide it.
The ONLY line I'm changing to change the black search background to white is the following line:
.tableborders {
background: #000000;
}
Changing it to:
.tableborders {
background: #FFFFFF;
}
Last edited by Chuck S; March 10th, 2010 at 05:54 AM.
|