mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +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
|
@ -664,16 +664,17 @@ 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…
Add table
Add a link
Reference in a new issue