diff --git a/bootstrap-chosen.less b/bootstrap-chosen.less index da227a9..51b32c9 100644 --- a/bootstrap-chosen.less +++ b/bootstrap-chosen.less @@ -443,7 +443,7 @@ } } -@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) { +@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) { .chosen-rtl .chosen-search input[type="text"], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, diff --git a/bootstrap-chosen.scss b/bootstrap-chosen.scss index 7eb283e..cfaed4b 100644 --- a/bootstrap-chosen.scss +++ b/bootstrap-chosen.scss @@ -444,7 +444,7 @@ } } -@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) { +@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) { .chosen-rtl .chosen-search input[type="text"], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b,