prrashi/rateYo

Can't change colors

Closed this issue · 1 comments

50l3r commented

I can't modify the rated and normal colors.

$('#VisitaResultadoRating').rateYo({
	ratedFill: '#00ABE8',
	normalFill: '#f1f1f1',
	rating: 5,
	fullStar: true,
	onSet: function (rating, rateYoInstance) {
		$("input[name=VisitaResultado]").val(rating);
	}
});

image

I use 2.3.2 version.

Hey @50l3r , its working perfectly fine for me , see this pen https://codepen.io/anon/pen/weYYaO , check it out and let me know. i'm closing the issue for now, It would be great if you try to reproduce the issue in codepen and give me the link. Thank you 👍