From e17f349bf7d7f434d3f8356504428232abd02cf5 Mon Sep 17 00:00:00 2001 From: Inkdpixels Date: Tue, 16 Oct 2012 18:34:20 +0200 Subject: [PATCH] Future friendly retina-mq Using 'dpi' as a unit should be the way to go in the future --- select2.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/select2.css b/select2.css index dad5d88a..404b3ca6 100644 --- a/select2.css +++ b/select2.css @@ -556,7 +556,7 @@ disabled look for already selected choices in the results dropdown /* Retina-ize icons */ -@media only screen and (-webkit-min-device-pixel-ratio: 1.5) { +@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) { .select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice div b { background-image: url('select2x2.png') !important; background-repeat: no-repeat !important;