Skip to content

Commit d94ab04

Browse files
committed
Merge pull request select2#134 from bwalding/master
Use consistent CSS for image URLs
2 parents b825d8e + 437be2d commit d94ab04

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
@@ -72,7 +72,7 @@ Version: @@ver@@ Timestamp: @@timestamp@@
7272
width: 12px;
7373
height: 12px;
7474
font-size: 1px;
75-
background: url(select2.png) right top no-repeat;
75+
background: url('select2.png') right top no-repeat;
7676
cursor: pointer;
7777
text-decoration: none;
7878
border:0;
@@ -428,7 +428,7 @@ disabled look for already selected choices in the results dropdown
428428
width: 12px;
429429
height: 13px;
430430
font-size: 1px;
431-
background: url(select2.png) right top no-repeat;
431+
background: url('select2.png') right top no-repeat;
432432
outline: none;
433433
}
434434

0 commit comments

Comments
 (0)