Skip to content

Commit

Permalink
Merge pull request #1671 from tvdeyen/select2-more-style
Browse files Browse the repository at this point in the history
Adjust select2 loading-more indicator
  • Loading branch information
tvdeyen authored Nov 12, 2019
2 parents 2cb573a + cf5b027 commit 8013c37
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion app/assets/stylesheets/alchemy/selects.scss
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ select {
}

.select2-drop {

.select2-search {
margin: $default-margin 0;

Expand Down Expand Up @@ -223,6 +222,12 @@ select {
border-radius: $default-border-radius;
border: $default-border;
}

.select2-more-results,
.select2-ajax-error {
padding: 2*$default-padding;
margin-bottom: 0;
}
}

.window_form, #filter_bar {
Expand Down

0 comments on commit 8013c37

Please sign in to comment.