1
0
mirror of synced 2024-11-26 14:56:07 +03:00

Future friendly retina-mq

Using 'dpi' as a unit should be the way to go in the future
This commit is contained in:
Inkdpixels 2012-10-16 18:34:20 +02:00
parent 977ea92d66
commit e17f349bf7

View File

@ -556,7 +556,7 @@ disabled look for already selected choices in the results dropdown
/* Retina-ize icons */ /* 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 { .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-image: url('select2x2.png') !important;
background-repeat: no-repeat !important; background-repeat: no-repeat !important;