oxygen-rtl.css 395 Bytes
/* Adjust the background position when using this widget with a RTL langauge. */
.fivestar-oxygen div.fivestar-widget-static .star span.on {
  background-position: right -32px;
}
.fivestar-oxygen div.fivestar-widget div.on a {
  background-position: right -16px;
}
.fivestar-oxygen div.fivestar-widget div.hover a,
.fivestar-oxygen div.rating div a:hover {
  background-position: right -32px;
}