This topic is locked

Alternating row colors

5/4/2009 5:59:09 PM
PHPRunner General questions
O
ossi69 author

I am trying to figure out, how to change row colors. My vista laptop shows very light alternating row colors (White and very light blue), when viewing the main db.

In my xp, I dont see no difference between rows, only when hovering shows different color.
Is there a way to have alternating row colors ie red and blue (just show I can see it works and later modify to other colors)
I dl'd Firefox, and installed firebug, and I cant figure out, what style I need to change.
Is it this one? from style.css ? <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=11743&image=1&table=forumtopics' class='bbc_emoticon' alt=':unsure:' />

TD, TH, P

{

FONT-SIZE: 18pt;

COLOR: #747474;

font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;

}
If not where do I find it?

Thanks <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=11743&image=2&table=forumtopics' class='bbc_emoticon' alt=':rolleyes:' />

J
Jane 5/5/2009

Hi,
open generated include/style.css file, find and modife shade class:

.shade

{

...

}