From 0956dd7b5fd3477cc0f3db9dec7420680255bde5 Mon Sep 17 00:00:00 2001 From: Damyon Wiese Date: Wed, 11 Sep 2013 14:33:10 +0800 Subject: [PATCH] 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. --- theme/canvas/style/core.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/theme/canvas/style/core.css b/theme/canvas/style/core.css index d9b6a22fc2e..1ed3270092e 100644 --- a/theme/canvas/style/core.css +++ b/theme/canvas/style/core.css @@ -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,