aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/assets/leaflet.css
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2019-04-02 20:10:25 +0200
committerChristian Schneppe <christian@pix-art.de>2019-04-02 20:10:25 +0200
commit222c6802f50c45b5f66dde3394c8ae4ac1c3f08f (patch)
tree58adf99dbc332dce1f11a5c6e57d5726b98f06fb /src/main/assets/leaflet.css
parent69af6c85c785cf7329033de4da129c19bc864134 (diff)
update Leaflet to version 1.4.0
Diffstat (limited to 'src/main/assets/leaflet.css')
-rw-r--r--src/main/assets/leaflet.css9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/main/assets/leaflet.css b/src/main/assets/leaflet.css
index d1b47a125..70802f368 100644
--- a/src/main/assets/leaflet.css
+++ b/src/main/assets/leaflet.css
@@ -45,7 +45,8 @@
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
-.leaflet-container img.leaflet-image-layer {
+.leaflet-container img.leaflet-image-layer,
+.leaflet-container .leaflet-tile {
max-width: none !important;
max-height: none !important;
}
@@ -168,7 +169,6 @@
opacity: 0;
-webkit-transition: opacity 0.2s linear;
-moz-transition: opacity 0.2s linear;
- -o-transition: opacity 0.2s linear;
transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
@@ -185,14 +185,12 @@
.leaflet-zoom-anim .leaflet-zoom-animated {
-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
-moz-transition: -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
- -o-transition: -o-transform 0.25s cubic-bezier(0,0,0.25,1);
transition: transform 0.25s cubic-bezier(0,0,0.25,1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
-webkit-transition: none;
-moz-transition: none;
- -o-transition: none;
transition: none;
}
@@ -209,6 +207,7 @@
.leaflet-grab {
cursor: -webkit-grab;
cursor: -moz-grab;
+ cursor: grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
@@ -224,6 +223,7 @@
cursor: move;
cursor: -webkit-grabbing;
cursor: -moz-grabbing;
+ cursor: grabbing;
}
/* marker & overlays interactivity */
@@ -494,7 +494,6 @@
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
- -o-transform: rotate(45deg);
transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,