From cd28b8dac5dd383a3ff87c34cc1c266431749968 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Fri, 26 Oct 2012 12:31:18 -0700 Subject: [PATCH] Match pan/zoom control style better Thanks @ajashton --- app/assets/stylesheets/leaflet-all.css | 7 +++++++ 1 file changed, 7 insertions(+) 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; +} -- 2.39.5