Having an issue with the styling here, The Thank/Like/Dislike buttons seem to come with a forced white background that are making it impossible to see.
How do I fix this.
Would kindly appreciate it if you can help me with this problem as I really have no idea where to start to even find the place to edit those.
Thanks.
EDIT: I used Firebug to trace the CSS rules that are forcing this background CSS rule, however I've had no luck finding that rule inside of vBulletin's templates.
Code:
.textcontrols a, a.textcontrol {
background: url("images/gradients/generic_button.png") repeat-x scroll left top #E9E9E9;
border: 1px solid #A8A8A8;
border-radius: 5px 5px 5px 5px;
color: #424242;
font: bold 11px/1.23 Tahoma,Calibri,Verdana,Geneva,sans-serif;
padding: 3px 5px;
position: relative;
text-decoration: none;
}
Any help is greatly appreciated.