mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-47063 gradereport_grader: Styles applied for overridden grades
This commit is contained in:
parent
78ec0bb3af
commit
457a113e5e
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user