Skip to content

Commit f9b1e15

Browse files
Yuri PereiraYuri Pereira
authored andcommitted
Add missing space
1 parent 95634b8 commit f9b1e15

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

select2.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ 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%);
@@ -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)