MDL-63042 core_theme: Change the background color

This commit is contained in:
Peter 2018-10-16 10:48:31 +08:00
parent 3cced42eb3
commit 34ef8466d0
3 changed files with 8 additions and 0 deletions

View file

@ -16,6 +16,7 @@ $breadcrumb-divider-rtl: "◀" !default;
@import "moodle/calendar";
@import "moodle/course";
@import "moodle/drawer";
@import "moodle/dashboard";
@import "moodle/filemanager";
@import "moodle/message";
@import "moodle/question";

View file

@ -0,0 +1,4 @@
// Background color change as of MDL-63042
#page-my-index {
background-color: $gray-100;
}

View file

@ -12620,6 +12620,9 @@ body.drawer-ease {
body.drawer-open-right {
margin-right: 285px; } }
#page-my-index {
background-color: #f8f9fa; }
.fp-content-center {
height: 100%;
width: 100%;