MDL-47363 Grades: Style for the User report

This commit is contained in:
Barbara Ramiro 2014-10-08 16:37:50 +08:00 committed by Marina Glancy
parent 3279fe928f
commit 2c7a86eb7f
3 changed files with 94 additions and 60 deletions

View file

@ -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;
}
}
}