Skip to content

Commit

Permalink
MDL-40347 Fixed gradebook css overwriting in Canvas
Browse files Browse the repository at this point in the history
  • Loading branch information
marinaglancy committed Sep 11, 2013
1 parent 0956dd7 commit 6313817
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion theme/canvas/style/core.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 6313817

Please sign in to comment.