From 6f066b8c2ffcb49940cddfb11628926a56c50e34 Mon Sep 17 00:00:00 2001 From: nicolasconnault Date: Mon, 10 Mar 2008 06:38:21 +0000 Subject: [PATCH] MDL-13830 Added colours for gradepass and gradefail. Merging from MOODLE_19_STABLE --- theme/standard/styles_color.css | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/theme/standard/styles_color.css b/theme/standard/styles_color.css index d1771990f2..9be92ea5a0 100644 --- a/theme/standard/styles_color.css +++ b/theme/standard/styles_color.css @@ -735,6 +735,14 @@ td.grade div.overridden { 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 { @@ -998,14 +1006,19 @@ table.message_search_results td { ***/ 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; } /*** -- 2.39.5