]> git.openstreetmap.org Git - rails.git/commitdiff
Match pan/zoom control style better
authorJohn Firebaugh <john.firebaugh@gmail.com>
Fri, 26 Oct 2012 19:31:18 +0000 (12:31 -0700)
committerJohn Firebaugh <john.firebaugh@gmail.com>
Fri, 9 Nov 2012 20:59:29 +0000 (12:59 -0800)
Thanks @ajashton

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;
+}