Skip to content

Commit bba1eb0

Browse files
committed
Remove -ms-linear-gradient that was only used by IE 10 preview releases.
1 parent c4529b8 commit bba1eb0

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

select2.css

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ Version: @@ver@@ Timestamp: @@timestamp@@
5555
background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
5656
background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
5757
background-image: -o-linear-gradient(bottom, #eee 0%, #fff 50%);
58-
background-image: -ms-linear-gradient(top, #fff 0%, #eee 50%);
5958
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
6059
background-image: linear-gradient(top, #fff 0%, #eee 50%);
6160
}
@@ -69,7 +68,6 @@ Version: @@ver@@ Timestamp: @@timestamp@@
6968
background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
7069
background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
7170
background-image: -o-linear-gradient(bottom, #eee 0%, #fff 90%);
72-
background-image: -ms-linear-gradient(top, #eee 0%, #fff 90%);
7371
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
7472
background-image: linear-gradient(top, #eee 0%, #fff 90%);
7573
}
@@ -198,7 +196,6 @@ Version: @@ver@@ Timestamp: @@timestamp@@
198196
background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
199197
background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
200198
background-image: -o-linear-gradient(bottom, #ccc 0%, #eee 60%);
201-
background-image: -ms-linear-gradient(top, #ccc 0%, #eee 60%);
202199
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
203200
background-image: linear-gradient(top, #ccc 0%, #eee 60%);
204201
}
@@ -246,7 +243,6 @@ Version: @@ver@@ Timestamp: @@timestamp@@
246243
background: url('select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
247244
background: url('select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
248245
background: url('select2.png') no-repeat 100% -22px, -o-linear-gradient(bottom, #fff 85%, #eee 99%);
249-
background: url('select2.png') no-repeat 100% -22px, -ms-linear-gradient(top, #fff 85%, #eee 99%);
250246
background: url('select2.png') no-repeat 100% -22px, linear-gradient(top, #fff 85%, #eee 99%);
251247
}
252248

@@ -260,7 +256,6 @@ Version: @@ver@@ Timestamp: @@timestamp@@
260256
background: url('select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
261257
background: url('select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
262258
background: url('select2-spinner.gif') no-repeat 100%, -o-linear-gradient(bottom, #fff 85%, #eee 99%);
263-
background: url('select2-spinner.gif') no-repeat 100%, -ms-linear-gradient(top, #fff 85%, #eee 99%);
264259
background: url('select2-spinner.gif') no-repeat 100%, linear-gradient(top, #fff 85%, #eee 99%);
265260
}
266261

@@ -286,7 +281,6 @@ Version: @@ver@@ Timestamp: @@timestamp@@
286281
background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
287282
background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
288283
background-image: -o-linear-gradient(bottom, #fff 0%, #eee 50%);
289-
background-image: -ms-linear-gradient(top, #fff 0%, #eee 50%);
290284
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
291285
background-image: linear-gradient(top, #fff 0%, #eee 50%);
292286
}
@@ -300,7 +294,6 @@ Version: @@ver@@ Timestamp: @@timestamp@@
300294
background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
301295
background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
302296
background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
303-
background-image: -ms-linear-gradient(bottom, #fff 0%, #eee 50%);
304297
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
305298
background-image: linear-gradient(bottom, #fff 0%, #eee 50%);
306299
}
@@ -456,7 +449,6 @@ disabled look for disabled choices in the results dropdown
456449
background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
457450
background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
458451
background-image: -o-linear-gradient(top, #eee 1%, #fff 15%);
459-
background-image: -ms-linear-gradient(top, #eee 1%, #fff 15%);
460452
background-image: linear-gradient(top, #eee 1%, #fff 15%);
461453
}
462454

@@ -537,7 +529,6 @@ disabled look for disabled choices in the results dropdown
537529
background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
538530
background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
539531
background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
540-
background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
541532
background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
542533
}
543534
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {

0 commit comments

Comments
 (0)