select2-rails 3.2.0 → 3.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -514,7 +514,7 @@ disabled look for already selected choices in the results dropdown
|
|
|
514
514
|
|
|
515
515
|
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
|
|
516
516
|
.select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice div b {
|
|
517
|
-
background-image: image-url(select2x2.png) !important;
|
|
517
|
+
background-image: image-url('select2x2.png') !important;
|
|
518
518
|
background-repeat: no-repeat !important;
|
|
519
519
|
background-size: 60px 40px !important;
|
|
520
520
|
}
|