1
0
mirror of synced 2025-02-03 21:59:24 +03:00

Merge pull request #2057 from mkurz/dppx_fix

Use dppx instead of non-existing ppx resolution unit
This commit is contained in:
Kevin Brown 2014-01-20 06:18:02 -08:00
commit a186a16235

View File

@ -628,7 +628,7 @@ html[dir="rtl"] .select2-search-choice-close {
/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2ppx) {
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
.select2-search input,
.select2-search-choice-close,
.select2-container .select2-choice abbr,