فهرست منبع

Merge pull request #443 from lunks/patch-1

Use single quotes for retina image url
Igor Vaynberg 12 سال پیش
والد
کامیت
6351f2544f
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      select2.css

+ 1 - 1
select2.css

@@ -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;
 	}
 	}