From 6313817352cef64b4578e15c7a068890e07f9e90 Mon Sep 17 00:00:00 2001 From: Marina Glancy Date: Wed, 11 Sep 2013 16:44:11 +1000 Subject: [PATCH 1/1] MDL-40347 Fixed gradebook css overwriting in Canvas --- theme/canvas/style/core.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/theme/canvas/style/core.css b/theme/canvas/style/core.css index 1ed3270092e..86b3fe3e949 100644 --- a/theme/canvas/style/core.css +++ b/theme/canvas/style/core.css @@ -520,7 +520,8 @@ body { background: #ddd; } -table#user-grades tr.avg td.cell { +table#user-grades tr.avg td.cell, +table#user-grades tr.avg th.cell { background: #eee; } -- 2.43.0