MDL-40347 Theme canvas Remove !important override

The !important override in this rule in the grader report was
preventing the last row of cells from being highlighted.
This commit is contained in:
Damyon Wiese
2013-09-11 14:33:10 +08:00
parent 3eb439e206
commit 0956dd7b5f
+6 -2
View File
@@ -520,8 +520,12 @@ body {
background: #ddd;
}
.gradestable .lastrow td.cell {
background: #eee !important;
table#user-grades tr.avg td.cell {
background: #eee;
}
table#user-grades tr.avg td.vmarked {
background-color: #fc3;
}
.user-grade td.b1t,