Skip to content

Commit 7076682

Browse files
author
David Monllao
committed
Merge branch 'MDL-63042-master' of git://github.com/peterRd/moodle
2 parents beb86ab + 34ef846 commit 7076682

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

theme/boost/scss/moodle.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ $breadcrumb-divider-rtl: "◀" !default;
1616
@import "moodle/calendar";
1717
@import "moodle/course";
1818
@import "moodle/drawer";
19+
@import "moodle/dashboard";
1920
@import "moodle/filemanager";
2021
@import "moodle/message";
2122
@import "moodle/question";
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
// Background color change as of MDL-63042
2+
#page-my-index {
3+
background-color: $gray-100;
4+
}

theme/boost/style/moodle.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12440,6 +12440,9 @@ body.drawer-ease {
1244012440
body.drawer-open-right {
1244112441
margin-right: 285px; } }
1244212442

12443+
#page-my-index {
12444+
background-color: #f8f9fa; }
12445+
1244312446
.fp-content-center {
1244412447
height: 100%;
1244512448
width: 100%;

0 commit comments

Comments
 (0)