Merge branch 'MDL-66087-master' of git://github.com/bmbrands/moodle

This commit is contained in:
Andrew Nicols 2019-12-03 14:35:39 +08:00
commit 45dfcd1755
3 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,5 @@
// Background color change as of MDL-63042
$dashboard-bg: darken($body-bg, 3%) !default;
#page-my-index {
background-color: $gray-100;
background-color: $dashboard-bg;
}

View File

@ -13710,7 +13710,7 @@ body.drawer-ease {
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.08); }
#page-my-index {
background-color: #f8f9fa; }
background-color: #f7f7f7; }
.fp-content-center {
height: 100%;

View File

@ -13968,7 +13968,7 @@ body.drawer-ease {
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.08); }
#page-my-index {
background-color: #f8f9fa; }
background-color: #f7f7f7; }
.fp-content-center {
height: 100%;