mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-47363 Grades: Style for the User report
This commit is contained in:
parent
3279fe928f
commit
2c7a86eb7f
3 changed files with 94 additions and 60 deletions
|
@ -85,3 +85,18 @@
|
|||
font-weight: normal;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
/** User report **/
|
||||
.path-grade-report-user .user-grade {
|
||||
border-color: black;
|
||||
}
|
||||
.path-grade-report-user .user-grade.generaltable .levelodd {
|
||||
background-color: #f0f0f0;
|
||||
}
|
||||
.path-grade-report-user .user-grade.generaltable .leveleven {
|
||||
background-color: #fafafa;
|
||||
}
|
||||
.path-grade-report-user .user-grade.generaltable tbody tr:hover > td,
|
||||
.path-grade-report-user .user-grade.generaltable tbody tr:hover > th {
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
|
|
@ -264,3 +264,22 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* User report
|
||||
*/
|
||||
.path-grade-report-user .user-grade {
|
||||
border: none;
|
||||
&.generaltable {
|
||||
.levelodd {
|
||||
background-color: @tableBackgroundAccent;
|
||||
}
|
||||
.leveleven {
|
||||
background-color: @tableBackground;
|
||||
}
|
||||
tbody tr:hover > td,
|
||||
tbody tr:hover > th {
|
||||
background-color: @tableBackgroundHover;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue