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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user