Quote:
Originally Posted by Rickeo
I am using a dark theme anyway to change the gray background to black.
Thanks
Rick
|
well while I wait on a reply go into the vbulletin_css folder and open the stars_rating.css
Open the Css in an editor and change the last part to this. (the #000000) is black. If you need another color you can easily change it. Hope that helps.
HTML Code:
/* Style of box stars */
.quickajaxrating {
background: #000000;
border: 1px dashed #B53A25;
color: #000;
padding: 8px;
}