cool-rtl.css in Fivestar 8
/* Adjust the background position when using this widget with a RTL language. */
.fivestar-cool div.fivestar-widget-static .star span.on {
background-position: right -32px;
}
.fivestar-cool div.fivestar-widget div.on a {
background-position: right -16px;
}
.fivestar-cool div.fivestar-widget div.hover a,
.fivestar-cool div.rating div a:hover {
background-position: right -32px;
}
File
tests/modules/fivestar_widget_provider/widgets/cool/cool-rtl.css
View source
- /* Adjust the background position when using this widget with a RTL language. */
- .fivestar-cool div.fivestar-widget-static .star span.on {
- background-position: right -32px;
- }
- .fivestar-cool div.fivestar-widget div.on a {
- background-position: right -16px;
- }
- .fivestar-cool div.fivestar-widget div.hover a,
- .fivestar-cool div.rating div a:hover {
- background-position: right -32px;
- }