From 8e4bab80220b1426030a4a6a94d3c2f87cc31df7 Mon Sep 17 00:00:00 2001 From: Saman Bemel-Benrud Date: Wed, 27 Mar 2013 17:24:21 -0400 Subject: [PATCH] fixed retina sprite. --- css/app.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/css/app.css b/css/app.css index 05efc3833..da8256d5a 100644 --- a/css/app.css +++ b/css/app.css @@ -2212,10 +2212,15 @@ div.typeahead a:first-child { only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) { + .intro-points-add .tooltip-inner::before, + .intro-areas-add .tooltip-inner::before, + .intro-lines-add .tooltip-inner::before, + .preset-icon-fill.area, + .modal-actions button:before, .map-control .icon, .button-wrap .icon { background-image: url(../img/sprite2x.png); - background-size: 500px 320px; + background-size: 600px 560px; } }