You are here

minimal-rtl.css in Fivestar 6

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

File

widgets/minimal/minimal-rtl.css
View source
  1. /* Adjust the background position when using this widget with a RTL langauge. */
  2. div.fivestar-widget-static .star span.on {
  3. background-position: right -32px;
  4. }
  5. div.fivestar-widget div.on a {
  6. background-position: right -16px;
  7. }
  8. div.fivestar-widget div.hover a, div.rating div a:hover {
  9. background-position: right -32px;
  10. }