MDL-47614 gradereport: Apply a background colour

Apply the page background colour to the table for all bootstrap base
themes.

Whis will ensure that the table does not stand out strangely on a non-white
background.
This commit is contained in:
Andrew Nicols 2014-09-05 09:37:34 +08:00
parent ec72585d64
commit 906de1b640
2 changed files with 3 additions and 2 deletions

View File

@ -249,8 +249,9 @@
*/
.path-grade-report {
.gradeparent {
table {
tr .cell {
.border-radius(@baseBorderRadius);
background-color: @paginationBackground;
}
table,
.cell {

File diff suppressed because one or more lines are too long