mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
Tweaked CSS for question feedback.
This commit is contained in:
parent
a0ab421159
commit
07d9065d0b
1 changed files with 5 additions and 4 deletions
|
@ -663,17 +663,18 @@ table.message_search_results td {
|
||||||
}
|
}
|
||||||
.que .feedback {
|
.que .feedback {
|
||||||
border-color: #DDD;
|
border-color: #DDD;
|
||||||
}
|
}
|
||||||
.que.multianswer .incorrect {
|
.que .incorrect {
|
||||||
background-color: #faa;
|
background-color: #faa;
|
||||||
}
|
}
|
||||||
.que.multianswer .partiallycorrect {
|
.que .partiallycorrect {
|
||||||
background-color: #ff9;
|
background-color: #ff9;
|
||||||
}
|
}
|
||||||
.que.multianswer .correct {
|
.que .correct {
|
||||||
background-color: #afa;
|
background-color: #afa;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/***
|
/***
|
||||||
*** Logs
|
*** Logs
|
||||||
***/
|
***/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue