]> git.openstreetmap.org Git - rails.git/blobdiff - vendor/assets/leaflet/leaflet.css
Update to iD v2.3.2
[rails.git] / vendor / assets / leaflet / leaflet.css
index 6e0789c6652244c97f18bde90c69e542aa5d2b20..41126abde97a6f84e7fca1b2340be7e0ba83b614 100644 (file)
@@ -5,8 +5,8 @@
 .leaflet-marker-icon,
 .leaflet-marker-shadow,
 .leaflet-tile-container,
-.leaflet-map-pane svg,
-.leaflet-map-pane canvas,
+.leaflet-pane > svg,
+.leaflet-pane > canvas,
 .leaflet-zoom-box,
 .leaflet-image-layer,
 .leaflet-layer {
@@ -43,6 +43,7 @@
 /* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
 .leaflet-container .leaflet-overlay-pane svg,
 .leaflet-container .leaflet-marker-pane img,
+.leaflet-container .leaflet-shadow-pane img,
 .leaflet-container .leaflet-tile-pane img,
 .leaflet-container img.leaflet-image-layer {
        max-width: none !important;
 .leaflet-container.leaflet-touch-drag {
        -ms-touch-action: pinch-zoom;
        }
-.leaflet-container.leaflet-touch-drag.leaflet-touch-drag {
+.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
        -ms-touch-action: none;
        touch-action: none;
 }
+.leaflet-container {
+       -webkit-tap-highlight-color: transparent;
+}
+.leaflet-container a {
+       -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
+}
 .leaflet-tile {
        filter: inherit;
        visibility: hidden;
        height: 30px;
        line-height: 30px;
        }
-
+.leaflet-touch .leaflet-bar a:first-child {
+       border-top-left-radius: 2px;
+       border-top-right-radius: 2px;
+       }
+.leaflet-touch .leaflet-bar a:last-child {
+       border-bottom-left-radius: 2px;
+       border-bottom-right-radius: 2px;
+       }
 
 /* zoom control */
 
        font: bold 18px 'Lucida Console', Monaco, monospace;
        text-indent: 1px;
        }
-.leaflet-control-zoom-out {
-       font-size: 20px;
-       }
 
-.leaflet-touch .leaflet-control-zoom-in {
+.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
        font-size: 22px;
        }
-.leaflet-touch .leaflet-control-zoom-out {
-       font-size: 24px;
-       }
 
 
 /* layers control */
 
 /* Default icon URLs */
 .leaflet-default-icon-path {
-       background-image: url(images/);
+       background-image: url(images/marker-icon.png);
        }