Hey,
This is the CSS you need to make a half-star (didn't implement it, I was just playing around with the console)
.glyphicon.glyphicon-star:after { content: "\e007"; } element.style { width: 0.5em; overflow: hidden; margin-right: 0.5em; }
Hey,
This is the CSS you need to make a half-star (didn't implement it, I was just playing around with the console)
.glyphicon.glyphicon-star:after {
content: "\e007";
}
element.style {
width: 0.5em;
overflow: hidden;
margin-right: 0.5em;
}