mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
MDL-73381 theme_boost: make dashboard background white
This commit is contained in:
parent
508fe3937e
commit
5e09ba3286
@ -15,7 +15,6 @@ $breadcrumb-divider-rtl: "◀" !default;
|
||||
@import "moodle/contentbank";
|
||||
@import "moodle/course";
|
||||
@import "moodle/drawer";
|
||||
@import "moodle/dashboard";
|
||||
@import "moodle/filemanager";
|
||||
@import "moodle/message";
|
||||
@import "moodle/question";
|
||||
|
@ -1,5 +0,0 @@
|
||||
// Background color change as of MDL-63042
|
||||
$dashboard-bg: darken($body-bg, 3%) !default;
|
||||
#page-my-index {
|
||||
background-color: $dashboard-bg;
|
||||
}
|
@ -14995,9 +14995,6 @@ body.drawer-ease {
|
||||
.drawercontent::-webkit-scrollbar-thumb:hover {
|
||||
background-color: #495057; }
|
||||
|
||||
#page-my-index {
|
||||
background-color: #f7f7f7; }
|
||||
|
||||
.fp-content-center {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
|
@ -14995,9 +14995,6 @@ body.drawer-ease {
|
||||
.drawercontent::-webkit-scrollbar-thumb:hover {
|
||||
background-color: #495057; }
|
||||
|
||||
#page-my-index {
|
||||
background-color: #f7f7f7; }
|
||||
|
||||
.fp-content-center {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
|
Loading…
x
Reference in New Issue
Block a user