mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 01:46:45 +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
|
@ -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