Skip to content

Commit 6351f25

Browse files
committed
Merge pull request select2#443 from lunks/patch-1
Use single quotes for retina image url
2 parents 9897694 + 65d6862 commit 6351f25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

select2.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ disabled look for already selected choices in the results dropdown
519519

520520
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
521521
.select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice div b {
522-
background-image: url(select2x2.png) !important;
522+
background-image: url('select2x2.png') !important;
523523
background-repeat: no-repeat !important;
524524
background-size: 60px 40px !important;
525525
}

0 commit comments

Comments
 (0)