MDL-63238 theme boost: set background for #region-main

This commit is contained in:
Bas Brands 2018-08-27 10:50:49 +02:00
parent 8df868e9e0
commit 8e1a1c26be
2 changed files with 3 additions and 1 deletions

View File

@ -10,6 +10,7 @@ $bg-inverse-link-color: #fff !default;
overflow-y: visible;
border: $card-border-width solid $card-border-color;
padding: $card-spacer-x;
background-color: $body-bg;
}
.context-header-settings-menu,

View File

@ -8794,7 +8794,8 @@ input[disabled] {
overflow-x: auto;
overflow-y: visible;
border: 1px solid rgba(0, 0, 0, 0.125);
padding: 1.25rem; }
padding: 1.25rem;
background-color: #fff; }
.context-header-settings-menu,
.region-main-settings-menu {