background-color: #DDDDDD;
}
+.grade-report-grader table#user-grades td.cell span.gradepass {
+ background-color: #C2EBBD;
+}
+
+.grade-report-grader table#user-grades td.cell span.gradefail {
+ background-color: #EBC4BD;
+}
+
/* grade edit */
.grade-edit-tree .moving {
***/
table.quizattemptsummary .bestrow td {
- background-color: #e8e8e8;
+ background-color: #e8e8e8;
+}
+
+#mod-quiz-attempt #quiz-timer-outer {
+ border-color: #dddddd;
+ background: white;
}
table.quizreviewsummary th.cell {
- background: #f0f0f0;
+ background: #f0f0f0;
}
table.quizreviewsummary td.cell {
- background: #fafafa;
+ background: #fafafa;
}
/***