Skip to content

Commit

Permalink
Upgrade to release v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed Oct 8, 2014
1 parent d3ff116 commit 32e388a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions lib/select2/select2-bootstrap3.css
Original file line number Diff line number Diff line change
Expand Up @@ -139,24 +139,29 @@
padding: 0;
}


.select2-container.input-lg .select2-choice,
.input-group-lg .select2-choice,
.select2-container-multi.input-lg .select2-choices,
.input-group-lg .select2-choices {
padding: 3px 0;
min-height: 46px;
height: 46px;
font-size: 18px;
border-radius: 6px;
}

.select2-container-multi.input-lg .select2-choices,
.input-group-lg .select2-choices {
padding: 0;
}

.select2-container-multi.input-lg .select2-choices,
.input-group-lg .select2-choices {
line-height: 2.05;
}

.input-lg .select2-search-choice, .input-group-lg .select2-search-choice {
padding-top: 6px !important;
padding-bottom: 6px !important;
margin-top: 10px!important;
}

.select2-container.input-lg .select2-choice .select2-arrow b,
Expand Down
2 changes: 1 addition & 1 deletion lib/select2/select2-bootstrap3.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 32e388a

Please sign in to comment.