From 01e6f9e9e4a8fc804e29a838765259b784c3a2d6 Mon Sep 17 00:00:00 2001 From: jamiesensei Date: Wed, 24 Sep 2008 08:55:46 +0000 Subject: [PATCH] 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. --- theme/standard/styles_color.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 ***/ -- 2.39.5