MDL-40131 theme_bootstrapbase: added missing grader table css to less/moodle/grade.less

Conflicts:

	theme/bootstrapbase/style/moodle.css
This commit is contained in:
Mary Evans
2013-07-04 14:43:18 +08:00
committed by Damyon Wiese
parent af282bcc2c
commit 46616bf5ee
2 changed files with 6 additions and 2 deletions
+5 -1
View File
@@ -231,7 +231,11 @@ font-size: 80%}
}
// replaces grades/report/grader/styles.css
table#user-grades tr.avg td.cell {
background-color: #EFEFFF;
font-weight: 700;
color: #00008B;
}
table#user-grades tr td.overridden {
background-color:#F3E4C0;
}
File diff suppressed because one or more lines are too long