]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-16632 "green highlighting should not be applied to grading method in quiz respons...
authorjamiesensei <jamiesensei>
Wed, 24 Sep 2008 08:55:46 +0000 (08:55 +0000)
committerjamiesensei <jamiesensei>
Wed, 24 Sep 2008 08:55:46 +0000 (08:55 +0000)
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

index 1785555f19b5cc71d8070af088dea616df53eb2b..bc39d38f7080ee352671eced6cdb45921c78433e 100644 (file)
@@ -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
  ***/