mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
MDL-11835 Alternating row colours for grader report
This commit is contained in:
parent
292e3e12ee
commit
a47d38f294
@ -645,6 +645,8 @@ class grade_report_grader extends grade_report {
|
||||
|
||||
$row_classes = array(' even ', ' odd ');
|
||||
|
||||
$row_classes = array(' even ', ' odd ');
|
||||
|
||||
foreach ($this->users as $userid => $user) {
|
||||
|
||||
if ($this->canviewhidden) {
|
||||
|
@ -40,6 +40,15 @@
|
||||
background-color: #efefff;
|
||||
}
|
||||
|
||||
.grade-report-grader table#user-grades tr.odd td.cell {
|
||||
background-color: #efefef;
|
||||
}
|
||||
|
||||
.grade-report-grader table#user-grades tr.odd th.header {
|
||||
background-color: #efefef;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.grade-report-grader table#user-grades tr.groupavg td.cell {
|
||||
background-color: #efffef;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user