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 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"
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.5.4 - 2014-08-14T02:30:31.948Z
4+ * Version: 0.7.0 - 2014-09-09T01:02:43.612Z
55 * License: MIT
66 */
77
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 ;
You can’t perform that action at this time.
0 commit comments