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

Commit 28776e5

Browse files
committed
chore(build): v0.7.0
1 parent 5787c04 commit 28776e5

File tree

6 files changed

+410
-174
lines changed

6 files changed

+410
-174
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ui-select",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"homepage": "https://github.com/angular-ui/ui-select",
55
"authors": [
66
"AngularUI"

dist/select.css

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* ui-select
33
* http://github.com/angular-ui/ui-select
4-
* Version: 0.5.4 - 2014-08-14T02:30:31.948Z
4+
* Version: 0.7.0 - 2014-09-09T01:02:43.612Z
55
* License: MIT
66
*/
77

@@ -96,17 +96,31 @@
9696
right: 15px;
9797
}
9898

99-
.ui-select-bootstrap > .ui-select-choices {
100-
width: 100%;
101-
}
102-
10399
/* See Scrollable Menu with Bootstrap 3 http://stackoverflow.com/questions/19227496 */
104100
.ui-select-bootstrap > .ui-select-choices {
101+
width: 100%;
105102
height: auto;
106103
max-height: 200px;
107104
overflow-x: hidden;
108105
}
109106

107+
.ui-select-multiple.ui-select-bootstrap {
108+
height: auto;
109+
padding: .3em;
110+
}
111+
112+
.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
113+
background-color: transparent !important; /* To prevent double background when disabled */
114+
border: none;
115+
outline: none;
116+
height: 1.666666em;
117+
}
118+
119+
.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
120+
font-size: 1.6em;
121+
line-height: 0.75;
122+
}
123+
110124
.ui-select-bootstrap .ui-select-choices-row>a {
111125
display: block;
112126
padding: 3px 20px;

0 commit comments

Comments
 (0)