Skip to content

Commit 9380a06

Browse files
committed
Merge pull request select2#1628 from realityking/css
Cleanup CSS
2 parents 92f173c + 299f874 commit 9380a06

1 file changed

Lines changed: 0 additions & 22 deletions

File tree

select2.css

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ Version: @@ver@@ Timestamp: @@timestamp@@
4545

4646
-webkit-touch-callout: none;
4747
-webkit-user-select: none;
48-
-khtml-user-select: none;
4948
-moz-user-select: none;
5049
-ms-user-select: none;
5150
user-select: none;
@@ -54,8 +53,6 @@ Version: @@ver@@ Timestamp: @@timestamp@@
5453
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
5554
background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
5655
background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
57-
background-image: -o-linear-gradient(bottom, #eee 0%, #fff 50%);
58-
background-image: -ms-linear-gradient(top, #fff 0%, #eee 50%);
5956
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
6057
background-image: linear-gradient(top, #fff 0%, #eee 50%);
6158
}
@@ -68,8 +65,6 @@ Version: @@ver@@ Timestamp: @@timestamp@@
6865
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
6966
background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
7067
background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
71-
background-image: -o-linear-gradient(bottom, #eee 0%, #fff 90%);
72-
background-image: -ms-linear-gradient(top, #eee 0%, #fff 90%);
7368
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
7469
background-image: linear-gradient(top, #eee 0%, #fff 90%);
7570
}
@@ -129,7 +124,6 @@ Version: @@ver@@ Timestamp: @@timestamp@@
129124
z-index: 9998;
130125
/* styles required for IE to work */
131126
background-color: #fff;
132-
opacity: 0;
133127
filter: alpha(opacity=0);
134128
}
135129

@@ -197,8 +191,6 @@ Version: @@ver@@ Timestamp: @@timestamp@@
197191
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
198192
background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
199193
background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
200-
background-image: -o-linear-gradient(bottom, #ccc 0%, #eee 60%);
201-
background-image: -ms-linear-gradient(top, #ccc 0%, #eee 60%);
202194
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
203195
background-image: linear-gradient(top, #ccc 0%, #eee 60%);
204196
}
@@ -245,8 +237,6 @@ Version: @@ver@@ Timestamp: @@timestamp@@
245237
background: url('select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
246238
background: url('select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
247239
background: url('select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
248-
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%);
250240
background: url('select2.png') no-repeat 100% -22px, linear-gradient(top, #fff 85%, #eee 99%);
251241
}
252242

@@ -259,8 +249,6 @@ Version: @@ver@@ Timestamp: @@timestamp@@
259249
background: url('select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
260250
background: url('select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
261251
background: url('select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
262-
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%);
264252
background: url('select2-spinner.gif') no-repeat 100%, linear-gradient(top, #fff 85%, #eee 99%);
265253
}
266254

@@ -285,8 +273,6 @@ Version: @@ver@@ Timestamp: @@timestamp@@
285273
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
286274
background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
287275
background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
288-
background-image: -o-linear-gradient(bottom, #fff 0%, #eee 50%);
289-
background-image: -ms-linear-gradient(top, #fff 0%, #eee 50%);
290276
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
291277
background-image: linear-gradient(top, #fff 0%, #eee 50%);
292278
}
@@ -299,8 +285,6 @@ Version: @@ver@@ Timestamp: @@timestamp@@
299285
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
300286
background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
301287
background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
302-
background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
303-
background-image: -ms-linear-gradient(bottom, #fff 0%, #eee 50%);
304288
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
305289
background-image: linear-gradient(bottom, #fff 0%, #eee 50%);
306290
}
@@ -357,7 +341,6 @@ Version: @@ver@@ Timestamp: @@timestamp@@
357341

358342
-webkit-touch-callout: none;
359343
-webkit-user-select: none;
360-
-khtml-user-select: none;
361344
-moz-user-select: none;
362345
-ms-user-select: none;
363346
user-select: none;
@@ -455,8 +438,6 @@ disabled look for disabled choices in the results dropdown
455438
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
456439
background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
457440
background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
458-
background-image: -o-linear-gradient(top, #eee 1%, #fff 15%);
459-
background-image: -ms-linear-gradient(top, #eee 1%, #fff 15%);
460441
background-image: linear-gradient(top, #eee 1%, #fff 15%);
461442
}
462443

@@ -526,7 +507,6 @@ disabled look for disabled choices in the results dropdown
526507

527508
-webkit-touch-callout: none;
528509
-webkit-user-select: none;
529-
-khtml-user-select: none;
530510
-moz-user-select: none;
531511
-ms-user-select: none;
532512
user-select: none;
@@ -536,8 +516,6 @@ disabled look for disabled choices in the results dropdown
536516
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
537517
background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
538518
background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
539-
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%);
541519
background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
542520
}
543521
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {

0 commit comments

Comments
 (0)