]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/leaflet-all.css
Match pan/zoom control style better
[rails.git] / app / assets / stylesheets / leaflet-all.css
index 153c5684f3f42bd4ca4ed7b73bd3e2a6df8ccf99..15f427b77b3d25dfc876e55efe52589a5711763d 100644 (file)
@@ -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;
+}