From: jamiesensei Date: Wed, 24 Sep 2008 08:55:46 +0000 (+0000) Subject: MDL-16632 "green highlighting should not be applied to grading method in quiz respons... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=01e6f9e9e4a8fc804e29a838765259b784c3a2d6;p=moodle.git MDL-16632 "green highlighting should not be applied to grading method in quiz responses report form" Ooops. We do need highlighting on the reponses report. The responses page does have a grade displayed that needs highlighting. I was looking at an ungraded quiz. Need highlighting to highlight grade of graded attempt. Reverted earlier patch and instead using a different colour for highlighting graded grade. Now using light yellow with a darker yellow border instead of green which is used in reports to highlight the correct answer. --- diff --git a/theme/standard/styles_color.css b/theme/standard/styles_color.css index 1785555f19..bc39d38f70 100644 --- a/theme/standard/styles_color.css +++ b/theme/standard/styles_color.css @@ -1084,7 +1084,10 @@ table.quizreviewsummary td.cell { #mod-quiz-report .dubious{ background-color: #fcc; } - +#mod-quiz-report .highlight{ + border :medium solid yellow; + background-color:lightYellow; +} /*** *** Modules: Resource ***/