| @@ -439,9 +439,9 @@ | ||
| 439 | 439 | } |
| 440 | 440 | |
| 441 | 441 | @media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min-resolution:144dpi) { |
| 442 | 442 | .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span, .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container-single .chosen-search input[type=text], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-rtl .chosen-search input[type=text] { |
| 443 | - background-image:url(../images/chosen-sprite@2x.png)!important; | |
| 443 | + background-image:url(../images/chosen-sprite-2x.png)!important; | |
| 444 | 444 | background-size:52px 37px!important; |
| 445 | 445 | background-repeat:no-repeat!important; |
| 446 | 446 | } |
| 447 | 447 | |