This repository was archived by the owner on Oct 2, 2019. It is now read-only.
File tree 6 files changed +867
-687
lines changed
6 files changed +867
-687
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ui-select" ,
3
- "version" : " 0.11.1 " ,
3
+ "version" : " 0.11.2 " ,
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.11.1 - 2015-03-09T14:30:26.112Z
4
+ * Version: 0.11.2 - 2015-03-17T04:08:46.478Z
5
5
* License: MIT
6
6
*/
7
7
44
44
display : none;
45
45
}
46
46
47
+ body > .select2-container .open {
48
+ z-index : 9999 ; /* The z-index Select2 applies to the select2-drop */
49
+ }
50
+
47
51
/* Selectize theme */
48
52
49
53
/* Helper class to show styles when focus */
104
108
border-bottom-right-radius : 0 ;
105
109
}
106
110
107
- .ui-select-bootstrap > .ui-select-match {
111
+ .ui-select-bootstrap > .ui-select-match > . btn {
108
112
/* Instead of center because of .btn */
109
- text-align : left;
113
+ text-align : left !important ;
110
114
}
111
115
112
116
.ui-select-bootstrap > .ui-select-match > .caret {
124
128
margin-top : -1px ;
125
129
}
126
130
131
+ body > .ui-select-bootstrap .open {
132
+ z-index : 1000 ; /* Standard Bootstrap dropdown z-index */
133
+ }
134
+
127
135
.ui-select-multiple .ui-select-bootstrap {
128
136
height : auto;
129
137
padding : 3px 3px 0 3px ;
You can’t perform that action at this time.
0 commit comments