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

Commit 0ac10b0

Browse files
committed
chore(build): v0.11.2
1 parent ad5fcea commit 0ac10b0

File tree

6 files changed

+867
-687
lines changed

6 files changed

+867
-687
lines changed

Diff for: bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ui-select",
3-
"version": "0.11.1",
3+
"version": "0.11.2",
44
"homepage": "https://github.com/angular-ui/ui-select",
55
"authors": [
66
"AngularUI"

Diff for: dist/select.css

+11-3
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.11.1 - 2015-03-09T14:30:26.112Z
4+
* Version: 0.11.2 - 2015-03-17T04:08:46.478Z
55
* License: MIT
66
*/
77

@@ -44,6 +44,10 @@
4444
display:none;
4545
}
4646

47+
body > .select2-container.open {
48+
z-index: 9999; /* The z-index Select2 applies to the select2-drop */
49+
}
50+
4751
/* Selectize theme */
4852

4953
/* Helper class to show styles when focus */
@@ -104,9 +108,9 @@
104108
border-bottom-right-radius: 0;
105109
}
106110

107-
.ui-select-bootstrap > .ui-select-match {
111+
.ui-select-bootstrap > .ui-select-match > .btn{
108112
/* Instead of center because of .btn */
109-
text-align: left;
113+
text-align: left !important;
110114
}
111115

112116
.ui-select-bootstrap > .ui-select-match > .caret {
@@ -124,6 +128,10 @@
124128
margin-top: -1px;
125129
}
126130

131+
body > .ui-select-bootstrap.open {
132+
z-index: 1000; /* Standard Bootstrap dropdown z-index */
133+
}
134+
127135
.ui-select-multiple.ui-select-bootstrap {
128136
height: auto;
129137
padding: 3px 3px 0 3px;

0 commit comments

Comments
 (0)