mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Bug #5559: Move CLOZE qtype hightight colours into CSS insted of hardcoding, so themes can override. Merged from 1.6stable.
This commit is contained in:
parent
b65f13b510
commit
042e68477d
2 changed files with 12 additions and 3 deletions
|
@ -100,3 +100,12 @@ body#mod-quiz-grading table#grading td
|
|||
#question-preview .essay .answer textarea {
|
||||
width: 400px;
|
||||
}
|
||||
.incorrecthighlight {
|
||||
background-color: #faa;
|
||||
}
|
||||
.partialcorrecthighlight {
|
||||
background-color: #ff9;
|
||||
}
|
||||
.correcthighlight {
|
||||
background-color: #afa;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue