mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 18:06:51 +02:00
MDL-63042 core_theme: Change the background color
This commit is contained in:
parent
3cced42eb3
commit
34ef8466d0
3 changed files with 8 additions and 0 deletions
|
@ -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";
|
||||
|
|
4
theme/boost/scss/moodle/dashboard.scss
Normal file
4
theme/boost/scss/moodle/dashboard.scss
Normal file
|
@ -0,0 +1,4 @@
|
|||
// Background color change as of MDL-63042
|
||||
#page-my-index {
|
||||
background-color: $gray-100;
|
||||
}
|
|
@ -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%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue