This repository was archived by the owner on Oct 2, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +410
-174
lines changed Expand file tree Collapse file tree 6 files changed +410
-174
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ui-select" ,
3
- "version" : " 0.6 .0" ,
3
+ "version" : " 0.7 .0" ,
4
4
"homepage" : " https://github.com/angular-ui/ui-select" ,
5
5
"authors" : [
6
6
" AngularUI"
Original file line number Diff line number Diff line change 1
1
/*!
2
2
* ui-select
3
3
* 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
5
5
* License: MIT
6
6
*/
7
7
96
96
right : 15px ;
97
97
}
98
98
99
- .ui-select-bootstrap > .ui-select-choices {
100
- width : 100% ;
101
- }
102
-
103
99
/* See Scrollable Menu with Bootstrap 3 http://stackoverflow.com/questions/19227496 */
104
100
.ui-select-bootstrap > .ui-select-choices {
101
+ width : 100% ;
105
102
height : auto;
106
103
max-height : 200px ;
107
104
overflow-x : hidden;
108
105
}
109
106
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
+
110
124
.ui-select-bootstrap .ui-select-choices-row > a {
111
125
display : block;
112
126
padding : 3px 20px ;
You can’t perform that action at this time.
0 commit comments