Index: trunk/extensions/ArticleAssessmentPilot/images/question-hover.gif |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/ArticleAssessmentPilot/images/question-hover.gif |
___________________________________________________________________ |
Added: svn:mime-type |
1 | 1 | + application/octet-stream |
Index: trunk/extensions/ArticleAssessmentPilot/css/ArticleAssessment.css |
— | — | @@ -102,6 +102,9 @@ |
103 | 103 | float: right; |
104 | 104 | background: url(../images/question.gif) 0 50% no-repeat; |
105 | 105 | } |
| 106 | +.article-assessment-wrapper .rating-field-hint:hover { |
| 107 | + background: url(../images/question-hover.gif) 0 50% no-repeat; |
| 108 | +} |
106 | 109 | |
107 | 110 | .article-assessment-wrapper .article-assessment-flash { |
108 | 111 | float: left; |