outline-rtl.css in Fivestar 8        
                          
                  
                        
  /* Adjust the background position when using this widget with a RTL language. */
[dir="rtl"] .fivestar-outline div.fivestar-widget-static .star span.on {
  background-position: right -28px;
}
[dir="rtl"] .fivestar-outline div.fivestar-widget div.on a {
  background-position: right -14px;
}
[dir="rtl"] .fivestar-outline div.fivestar-widget div.hover a,
[dir="rtl"] .fivestar-outline div.rating div a:hover {
  background-position: right -28px;
}
 
  
  
File
  widgets/outline/outline-rtl.css
  
    View source  
  - /* Adjust the background position when using this widget with a RTL language. */
- [dir="rtl"] .fivestar-outline div.fivestar-widget-static .star span.on {
-   background-position: right -28px;
- }
- [dir="rtl"] .fivestar-outline div.fivestar-widget div.on a {
-   background-position: right -14px;
- }
- [dir="rtl"] .fivestar-outline div.fivestar-widget div.hover a,
- [dir="rtl"] .fivestar-outline div.rating div a:hover {
-   background-position: right -28px;
- }