1
1
/*!
2
2
* ui-select
3
3
* http://github.com/angular-ui/ui-select
4
- * Version: 0.9.9 - 2015-02-18T03:49:07.281Z
4
+ * Version: 0.10.0 - 2015-02-26T06:35:06.243Z
5
5
* License: MIT
6
6
*/
7
7
82
82
83
83
.ui-select-bootstrap .ui-select-toggle {
84
84
position : relative;
85
-
86
- /* Instead of center because of .btn */
87
- text-align : left;
88
85
}
89
86
90
87
.ui-select-bootstrap .ui-select-toggle > .caret {
107
104
border-bottom-right-radius : 0 ;
108
105
}
109
106
107
+ .ui-select-bootstrap > .ui-select-match {
108
+ /* Instead of center because of .btn */
109
+ text-align : left;
110
+ }
111
+
110
112
.ui-select-bootstrap > .ui-select-match > .caret {
111
113
position : absolute;
112
114
top : 45% ;
119
121
height : auto;
120
122
max-height : 200px ;
121
123
overflow-x : hidden;
124
+ margin-top : -1px ;
122
125
}
123
126
124
127
.ui-select-multiple .ui-select-bootstrap {
125
128
height : auto;
126
- padding : .3 em ;
129
+ padding : 3 px 3 px 0 3 px ;
127
130
}
128
131
129
132
.ui-select-multiple .ui-select-bootstrap input .ui-select-search {
130
133
background-color : transparent !important ; /* To prevent double background when disabled */
131
134
border : none;
132
135
outline : none;
133
136
height : 1.666666em ;
137
+ margin-bottom : 3px ;
134
138
}
135
139
136
140
.ui-select-multiple .ui-select-bootstrap .ui-select-match .close {
137
141
font-size : 1.6em ;
138
142
line-height : 0.75 ;
139
143
}
140
144
141
- .ui-select-multiple .ui-select-bootstrap .ui-select-match-item {
145
+ .ui-select-multiple .ui-select-bootstrap .ui-select-match-item {
142
146
outline : 0 ;
147
+ margin : 0 3px 3px 0 ;
148
+ }
149
+
150
+ .ui-select-multiple .ui-select-match-item {
151
+ position : relative;
152
+ }
153
+
154
+ .ui-select-multiple .ui-select-match-item .dropping-before : before {
155
+ content : "" ;
156
+ position : absolute;
157
+ top : 0 ;
158
+ right : 100% ;
159
+ height : 100% ;
160
+ margin-right : 2px ;
161
+ border-left : 1px solid # 428bca ;
162
+ }
163
+
164
+ .ui-select-multiple .ui-select-match-item .dropping-after : after {
165
+ content : "" ;
166
+ position : absolute;
167
+ top : 0 ;
168
+ left : 100% ;
169
+ height : 100% ;
170
+ margin-left : 2px ;
171
+ border-right : 1px solid # 428bca ;
143
172
}
144
173
145
174
.ui-select-bootstrap .ui-select-choices-row > a {
181
210
/* Mark invalid Bootstrap */
182
211
.ui-select-bootstrap .ng-dirty .ng-invalid > button .btn .ui-select-match {
183
212
border-color : # D44950 ;
184
- }
213
+ }
0 commit comments