For some reason in the white box where it says Vote the text color is black but once you vote and it's suppose to say voted. The text color for voted is white so you can't see it. Is there a way to change this? I tried in the drupalit.css file but can't seem to find where the voted color is.

Comments

subzero22’s picture

Status: Active » Fixed

Nevermind found out how to do it. I just added color: #000000; under the second .voted-text part in the css file.

apanag’s picture

The css class of the text element of the widget is:

.vote-wrap a:link span.vote-text {
	//color: red;
}
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.