mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
Tweaked CSS for question feedback.
This commit is contained in:
parent
a0ab421159
commit
07d9065d0b
@ -663,17 +663,18 @@ table.message_search_results td {
|
||||
}
|
||||
.que .feedback {
|
||||
border-color: #DDD;
|
||||
}
|
||||
.que.multianswer .incorrect {
|
||||
}
|
||||
.que .incorrect {
|
||||
background-color: #faa;
|
||||
}
|
||||
.que.multianswer .partiallycorrect {
|
||||
.que .partiallycorrect {
|
||||
background-color: #ff9;
|
||||
}
|
||||
.que.multianswer .correct {
|
||||
.que .correct {
|
||||
background-color: #afa;
|
||||
}
|
||||
|
||||
|
||||
/***
|
||||
*** Logs
|
||||
***/
|
||||
|
Loading…
x
Reference in New Issue
Block a user