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 +867
-687
lines changed Expand file tree Collapse file tree 6 files changed +867
-687
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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
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 */
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 {
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 ;
You can’t perform that action at this time.
0 commit comments