mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
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:
parent
ec72585d64
commit
906de1b640
@ -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
Loading…
x
Reference in New Issue
Block a user