From: John Firebaugh Date: Fri, 26 Oct 2012 19:31:18 +0000 (-0700) Subject: Match pan/zoom control style better X-Git-Tag: live~5964^2~31 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/cd28b8dac5dd383a3ff87c34cc1c266431749968?hp=378d08f2c92adf0c1d14bbe09fcebe9f5e786409 Match pan/zoom control style better Thanks @ajashton --- diff --git a/app/assets/stylesheets/leaflet-all.css b/app/assets/stylesheets/leaflet-all.css index 153c5684f..15f427b77 100644 --- a/app/assets/stylesheets/leaflet-all.css +++ b/app/assets/stylesheets/leaflet-all.css @@ -4,3 +4,10 @@ *= require leaflet.pan *= require leaflet.zoom */ + +/* Override to better match the pan/zoom control. */ +.leaflet-control-layers { + box-shadow: 0px 0px 3px #666; + background: #fff; + border-radius: 3px; +}