MDL-47063 gradereport_grader: Styles applied for overridden grades

This commit is contained in:
Frederic Massart 2014-09-02 15:32:08 +08:00 committed by Andrew Nicols
parent 78ec0bb3af
commit 457a113e5e

View File

@ -162,9 +162,14 @@
.gradeparent .gradevalue {
display: inline-block;
}
.gradeparent .overridden {
.gradeparent tr:nth-child(n) td.overridden:nth-child(n) {
/* Made very specific to override the default stripped style of the table. */
background-color: #efd9a4;
}
.gradeparent tr:nth-child(n) td.ajaxoverridden:nth-child(n) {
/* Made very specific to override the default stripped style of the table. */
background-color: #ffe3a0;
}
.gradeparent .excludedfloater {
font-weight: bold;
color: red;