You are here

craft-rtl.css in Fivestar 6

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

File

widgets/craft/craft-rtl.css
View source
  1. /* Adjust the background position when using this widget with a RTL langauge. */
  2. div.fivestar-widget .star,
  3. div.fivestar-widget .star a,
  4. div.fivestar-widget-static .star,
  5. div.fivestar-widget-static .star span.on {
  6. background-position: right -62px;
  7. }
  8. div.fivestar-widget-static .star span.off {
  9. background-position: right -62px;
  10. }
  11. div.fivestar-widget-static .star span.on {
  12. background-position: right 0;
  13. }
  14. div.fivestar-widget div.on a {
  15. background-position: right 0;
  16. }
  17. div.fivestar-widget div.hover a, div.rating div a:hover {
  18. background-position: right -31px;
  19. }