From 3186e0b0d296be98414a1ccdf834cc72f3102cbf Mon Sep 17 00:00:00 2001 From: ciar4n Date: Sun, 23 Oct 2016 16:12:19 +0100 Subject: [PATCH] Remove retina 2x sprite --- media/jui/css/chosen.css | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/media/jui/css/chosen.css b/media/jui/css/chosen.css index 5a6037aec51dc..0ad857139734c 100644 --- a/media/jui/css/chosen.css +++ b/media/jui/css/chosen.css @@ -431,18 +431,3 @@ This file is generated by `grunt build`, do not edit it by hand. } /* @end */ -/* @group Retina compatibility */ -@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) { - .chzn-rtl .chzn-search input[type="text"], - .chzn-container-single .chzn-single abbr, - .chzn-container-single .chzn-single div b, - .chzn-container-single .chzn-search input[type="text"], - .chzn-container-multi .chzn-choices .search-choice .search-choice-close, - .chzn-container .chzn-results-scroll-down span, - .chzn-container .chzn-results-scroll-up span { - background-image: url('chosen-sprite@2x.png') !important; - background-size: 52px 37px !important; - background-repeat: no-repeat !important; - } -} -/* @end */