Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'MDL-63042-master' of git://github.com/peterRd/moodle
  • Loading branch information
David Monllao committed Oct 29, 2018
2 parents beb86ab + 34ef846 commit 7076682
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions theme/boost/scss/moodle.scss
Expand Up @@ -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";
Expand Down
4 changes: 4 additions & 0 deletions theme/boost/scss/moodle/dashboard.scss
@@ -0,0 +1,4 @@
// Background color change as of MDL-63042
#page-my-index {
background-color: $gray-100;
}
3 changes: 3 additions & 0 deletions theme/boost/style/moodle.css
Expand Up @@ -12440,6 +12440,9 @@ body.drawer-ease {
body.drawer-open-right {
margin-right: 285px; } }

#page-my-index {
background-color: #f8f9fa; }

.fp-content-center {
height: 100%;
width: 100%;
Expand Down

0 comments on commit 7076682

Please sign in to comment.