Skip to content

Commit

Permalink
MDL-40347 Theme canvas Remove !important override
Browse files Browse the repository at this point in the history
The !important override in this rule in the grader report was
preventing the last row of cells from being highlighted.
  • Loading branch information
Damyon Wiese committed Sep 11, 2013
1 parent 3eb439e commit 0956dd7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions theme/canvas/style/core.css
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 0956dd7

Please sign in to comment.