Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/4.0-dev' into j4/cleanup/null
Browse files Browse the repository at this point in the history
  • Loading branch information
SharkyKZ committed Jul 17, 2020
2 parents 5e03118 + 398096a commit 12f22fa
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion templates/cassiopeia/scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ $treeselect-line-height: 2.2rem;
$list-group-bg: $white-offset;

// Custom form
$custom-select-bg: $white-offset;
$custom-select-bg: $gray-200;

// Custom form
$custom-select-indicator-padding: 3rem;
Expand Down
4 changes: 4 additions & 0 deletions templates/cassiopeia/scss/blocks/_modals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,7 @@
.container-popup .mb-3 {
margin: 1rem;
}

.container-popup .custom-select {
width: auto;
}
6 changes: 6 additions & 0 deletions templates/cassiopeia/scss/vendor/bootstrap/_custom-forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,10 @@
}
}
}

optgroup,
option {
color: var(--dark);
background-color: $white;
}
}

0 comments on commit 12f22fa

Please sign in to comment.