Index: lams_central/web/css/jquery.jRating.css =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/css/jquery.jRating.css,v diff -u -r1.2.2.3 -r1.2.2.4 --- lams_central/web/css/jquery.jRating.css 23 Feb 2016 14:36:01 -0000 1.2.2.3 +++ lams_central/web/css/jquery.jRating.css 10 Mar 2016 18:33:50 -0000 1.2.2.4 @@ -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;} Index: lams_central/web/images/css/jquery.jRating-stars-hover.png =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/images/css/Attic/jquery.jRating-stars-hover.png,v diff -u -r1.1 -r1.1.2.1 Binary files differ Index: lams_central/web/images/css/jquery.jRating-stars-odd.png =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/images/css/Attic/jquery.jRating-stars-odd.png,v diff -u -r1.1 -r1.1.2.1 Binary files differ