Skip to content

Commit dfeb6d4

Browse files
committed
Merge pull request select2#1546 from yuripc/master
Add some missing spaces
2 parents 92fe501 + f9b1e15 commit dfeb6d4

1 file changed

Lines changed: 20 additions & 20 deletions

File tree

select2.css

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Version: @@ver@@ Timestamp: @@timestamp@@
1414
.select2-container,
1515
.select2-drop,
1616
.select2-search,
17-
.select2-search input{
17+
.select2-search input {
1818
/*
1919
Force border-box so that % widths fit the parent
2020
container without overlap because of margin/padding.
@@ -63,15 +63,15 @@ Version: @@ver@@ Timestamp: @@timestamp@@
6363
.select2-container.select2-drop-above .select2-choice {
6464
border-bottom-color: #aaa;
6565

66-
border-radius:0 0 4px 4px;
66+
border-radius: 0 0 4px 4px;
6767

6868
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.9, white));
6969
background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 90%);
7070
background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 90%);
7171
background-image: -o-linear-gradient(bottom, #eeeeee 0%, white 90%);
72-
background-image: -ms-linear-gradient(top, #eeeeee 0%,#ffffff 90%);
73-
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
74-
background-image: linear-gradient(top, #eeeeee 0%,#ffffff 90%);
72+
background-image: -ms-linear-gradient(top, #eeeeee 0%, #ffffff 90%);
73+
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );
74+
background-image: linear-gradient(top, #eeeeee 0%, #ffffff 90%);
7575
}
7676

7777
.select2-container.select2-allowclear .select2-choice .select2-chosen {
@@ -276,8 +276,8 @@ Version: @@ver@@ Timestamp: @@timestamp@@
276276
border: 1px solid #5897fb;
277277
outline: none;
278278

279-
-webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
280-
box-shadow: 0 0 5px rgba(0,0,0,.3);
279+
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
280+
box-shadow: 0 0 5px rgba(0, 0, 0, .3);
281281
}
282282

283283
.select2-dropdown-open .select2-choice {
@@ -293,9 +293,9 @@ Version: @@ver@@ Timestamp: @@timestamp@@
293293
background-image: -webkit-linear-gradient(center bottom, white 0%, #eeeeee 50%);
294294
background-image: -moz-linear-gradient(center bottom, white 0%, #eeeeee 50%);
295295
background-image: -o-linear-gradient(bottom, white 0%, #eeeeee 50%);
296-
background-image: -ms-linear-gradient(top, #ffffff 0%,#eeeeee 50%);
297-
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
298-
background-image: linear-gradient(top, #ffffff 0%,#eeeeee 50%);
296+
background-image: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
297+
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
298+
background-image: linear-gradient(top, #ffffff 0%, #eeeeee 50%);
299299
}
300300

301301
.select2-dropdown-open.select2-drop-above .select2-choice,
@@ -307,9 +307,9 @@ Version: @@ver@@ Timestamp: @@timestamp@@
307307
background-image: -webkit-linear-gradient(center top, white 0%, #eeeeee 50%);
308308
background-image: -moz-linear-gradient(center top, white 0%, #eeeeee 50%);
309309
background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
310-
background-image: -ms-linear-gradient(bottom, #ffffff 0%,#eeeeee 50%);
311-
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
312-
background-image: linear-gradient(bottom, #ffffff 0%,#eeeeee 50%);
310+
background-image: -ms-linear-gradient(bottom, #ffffff 0%, #eeeeee 50%);
311+
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
312+
background-image: linear-gradient(bottom, #ffffff 0%, #eeeeee 50%);
313313
}
314314

315315
.select2-dropdown-open .select2-choice .select2-arrow {
@@ -329,7 +329,7 @@ Version: @@ver@@ Timestamp: @@timestamp@@
329329
position: relative;
330330
overflow-x: hidden;
331331
overflow-y: auto;
332-
-webkit-tap-highlight-color: rgba(0,0,0,0);
332+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
333333
}
334334

335335
.select2-results ul.select2-result-sub {
@@ -479,8 +479,8 @@ disabled look for disabled choices in the results dropdown
479479
border: 1px solid #5897fb;
480480
outline: none;
481481

482-
-webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
483-
box-shadow: 0 0 5px rgba(0,0,0,.3);
482+
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
483+
box-shadow: 0 0 5px rgba(0, 0, 0, .3);
484484
}
485485
.select2-container-multi .select2-choices li {
486486
float: left;
@@ -526,8 +526,8 @@ disabled look for disabled choices in the results dropdown
526526

527527
border-radius: 3px;
528528

529-
-webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
530-
box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
529+
-webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
530+
box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
531531

532532
background-clip: padding-box;
533533

@@ -579,7 +579,7 @@ disabled look for disabled choices in the results dropdown
579579
}
580580

581581
/* disabled styles */
582-
.select2-container-multi.select2-container-disabled .select2-choices{
582+
.select2-container-multi.select2-container-disabled .select2-choices {
583583
background-color: #f4f4f4;
584584
background-image: none;
585585
border: 1px solid #ddd;
@@ -594,7 +594,7 @@ disabled look for disabled choices in the results dropdown
594594
}
595595

596596
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close { display: none;
597-
background:none;
597+
background: none;
598598
}
599599
/* end multiselect */
600600

0 commit comments

Comments
 (0)