Merge branch 'MDL-63238-master' of git://github.com/bmbrands/moodle

This commit is contained in:
David Monllao 2018-09-03 10:36:16 +02:00
commit f3b4a63f91
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 {