Quote:
Originally Posted by New Joe
But I use vB Default color style.
Which I did say in my post;
|
You have to be creative with the code and add more css attributes you want to change.
This is what I used for grey.css file. Let me know if you need more ....
Check sample here (top right corner) ...
http://www.naijadiscussion.com/naijaforum/
Code:
.tcat
{
background: #999999;
}
.vbmenu_control
{
background: #999999;
}
.thead
{
background: #B1B1B1;
}
.tfoot
{
background: #999999;
}
.tborder
{
background: #686868;
}
.controlbar
{
background: #999999;
}
.fieldset
{
background: #CCCCCC;
}
.alt2
{
background: #CCCCCC;
}