1
0
mirror of synced 2025-02-04 06:09:23 +03:00

Use single quotes for retina image url

This is how all the other images are being referenced.
This commit is contained in:
Pedro Nascimento 2012-09-24 14:17:47 -03:00
parent 98976946d6
commit 65d68628b8

View File

@ -519,7 +519,7 @@ disabled look for already selected choices in the results dropdown
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) { @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
.select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice div b { .select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice div b {
background-image: url(select2x2.png) !important; background-image: url('select2x2.png') !important;
background-repeat: no-repeat !important; background-repeat: no-repeat !important;
background-size: 60px 40px !important; background-size: 60px 40px !important;
} }