Skip to content
This repository has been archived by the owner on Oct 2, 2019. It is now read-only.

Commit

Permalink
chore(build): v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dimirc committed Sep 9, 2014
1 parent 5787c04 commit 28776e5
Show file tree
Hide file tree
Showing 6 changed files with 410 additions and 174 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui-select",
"version": "0.6.0",
"version": "0.7.0",
"homepage": "https://github.com/angular-ui/ui-select",
"authors": [
"AngularUI"
Expand Down
24 changes: 19 additions & 5 deletions dist/select.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* ui-select
* http://github.com/angular-ui/ui-select
* Version: 0.5.4 - 2014-08-14T02:30:31.948Z
* Version: 0.7.0 - 2014-09-09T01:02:43.612Z
* License: MIT
*/

Expand Down Expand Up @@ -96,17 +96,31 @@
right: 15px;
}

.ui-select-bootstrap > .ui-select-choices {
width: 100%;
}

/* See Scrollable Menu with Bootstrap 3 http://stackoverflow.com/questions/19227496 */
.ui-select-bootstrap > .ui-select-choices {
width: 100%;
height: auto;
max-height: 200px;
overflow-x: hidden;
}

.ui-select-multiple.ui-select-bootstrap {
height: auto;
padding: .3em;
}

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
background-color: transparent !important; /* To prevent double background when disabled */
border: none;
outline: none;
height: 1.666666em;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
font-size: 1.6em;
line-height: 0.75;
}

.ui-select-bootstrap .ui-select-choices-row>a {
display: block;
padding: 3px 20px;
Expand Down
Loading

0 comments on commit 28776e5

Please sign in to comment.