From faae8c7011e4a5bec6c2bbe66d92480d2f3b21d9 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 18 Aug 2014 13:38:58 +0200 Subject: [PATCH 1/2] Update bootstrap-chosen.less replace dpi with dppx --- bootstrap-chosen.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-chosen.less b/bootstrap-chosen.less index 08d965c..7a6dab0 100644 --- a/bootstrap-chosen.less +++ b/bootstrap-chosen.less @@ -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, From bdbd6a92975506a6b48421264703ca2816b6bc31 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 18 Aug 2014 13:40:19 +0200 Subject: [PATCH 2/2] Update bootstrap-chosen.scss --- bootstrap-chosen.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-chosen.scss b/bootstrap-chosen.scss index cea5bbc..966247e 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,