craft-rtl.css in Fivestar 5
/* Adjust the background position when using this widget with a RTL langauge. */
div.fivestar-widget-static .star span.on {
background-position: right -31px;
}
div.fivestar-widget div.on a {
background-position: right -31px;
}
div.fivestar-widget div.hover a, div.rating div a:hover {
background-position: right -62px;
}
File
widgets/craft/craft-rtl.css
View source
- /* Adjust the background position when using this widget with a RTL langauge. */
- div.fivestar-widget-static .star span.on {
- background-position: right -31px;
- }
- div.fivestar-widget div.on a {
- background-position: right -31px;
- }
- div.fivestar-widget div.hover a, div.rating div a:hover {
- background-position: right -62px;
- }