Quote:
Originally Posted by phace
I was wondering if it's at all possible to change the color of an item when using itemstats. The one I would like to change in particular is the 'quality1' items that appear as white links which blend in almost entirely with the light backgrounds in vBulletin.
Any ideas?
|
I had the same problem, fixed it with a background color.
you can change the colors in: .\itemstats\templates\itemstats.css
.whitename, .quality1 {
background-color: #000000; color: #FFFFFF; font-weight: bold; }