mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
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.
This commit is contained in:
parent
dae7b4f606
commit
01e6f9e9e4
@ -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
|
||||
***/
|
||||
|
Loading…
x
Reference in New Issue
Block a user