Add correct/incorrect markers to question panel
This commit is contained in:
@@ -669,6 +669,14 @@ img {
|
||||
font-size: smaller;
|
||||
}
|
||||
|
||||
.question-panel-correct {
|
||||
color: green;
|
||||
}
|
||||
|
||||
.question-panel-incorrect {
|
||||
color: red;
|
||||
}
|
||||
|
||||
textarea.incorrect {
|
||||
background-color: lightcoral;
|
||||
color: lightgray;
|
||||
|
||||
Reference in New Issue
Block a user