From: nicolasconnault Date: Mon, 10 Mar 2008 06:38:21 +0000 (+0000) Subject: MDL-13830 Added colours for gradepass and gradefail. Merging from MOODLE_19_STABLE X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=6f066b8c2ffcb49940cddfb11628926a56c50e34;p=moodle.git MDL-13830 Added colours for gradepass and gradefail. Merging from MOODLE_19_STABLE --- 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; } /***