Skip to content

Commit

Permalink
Merge branch 'MDL-63238-master' of git://github.com/bmbrands/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
David Monllao committed Sep 3, 2018
2 parents c69a43f + 8e1a1c2 commit f3b4a63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions theme/boost/scss/moodle/core.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
3 changes: 2 additions & 1 deletion theme/boost/style/moodle.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit f3b4a63

Please sign in to comment.