Index: lams_central/web/css/jquery.jRating.css =================================================================== diff -u -r099554309e1f77769667c041fb6d0fa91a89ea03 -r5431fc1c6e02f5591a10901454a6c73e743f1531 --- lams_central/web/css/jquery.jRating.css (.../jquery.jRating.css) (revision 099554309e1f77769667c041fb6d0fa91a89ea03) +++ lams_central/web/css/jquery.jRating.css (.../jquery.jRating.css) (revision 5431fc1c6e02f5591a10901454a6c73e743f1531) @@ -76,6 +76,15 @@ textarea[id^=comment-textarea-] { color: #d3d3d3; } +.tablesorter tr.odd:hover .jStar { + background-image: url(/lams/images/css/jquery.jRating-stars-hover.png)!important; +} +.tablesorter tr.even:hover .jStar { + background-image: url(/lams/images/css/jquery.jRating-stars-hover.png)!important; +} +.tablesorter tr.odd .jStar { + background-image: url(/lams/images/css/jquery.jRating-stars-odd.png)!important; +} /** Remove the following once we move all tools to use Rating.tag. **/ .rating-stars-div {float:right; padding-right: 10px; margin-top: -8px; min-height: 45px;}