From a8dd1d29c8bf1f0d0a341eade94100569a2e7783 Mon Sep 17 00:00:00 2001 From: Austin Hyde Date: Wed, 29 Jan 2014 09:24:38 -0500 Subject: [PATCH] Fix zoomslider controls to match zoom controls more closely --- css/ol.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/ol.css b/css/ol.css index 95abebe92c..2fb42f7419 100644 --- a/css/ol.css +++ b/css/ol.css @@ -253,14 +253,14 @@ button.ol-full-screen-true:after { position: absolute; display: block; padding: 0; - margin: 2px; background: #7b98bc; background: rgba(0,60,136,0.5); + margin: 3px; border-radius: 2px; outline: none; overflow: hidden; height: 20px; - width: 24px; + width: 22px; } .ol-touch .ol-zoomslider { top: 82px;