From 7d79a7705258706e304ccef17c12b6aa4ebb3c46 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Sun, 3 Mar 2013 12:10:12 +0100 Subject: [PATCH] Remove css size dependent rule (hover color) --- css/ol.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/css/ol.css b/css/ol.css index 79fec30bae..20b1d1450a 100644 --- a/css/ol.css +++ b/css/ol.css @@ -63,11 +63,7 @@ .ol-zoom a:hover { background: rgba(0,60,136,0.7); } -@media only screen and (max-width:600px) { - .ol-zoom a:hover { - background: rgba(0,60,136,0.5); - } -} + .ol-zoom-in { border-radius: 2px 2px 0 0; }