added arrows

This commit is contained in:
muerwre 2019-02-26 17:18:45 +07:00
parent dfb4d3b98f
commit 968c871c11
6 changed files with 83 additions and 7 deletions

View file

@ -91,6 +91,14 @@
}
}
.leaflet-arrow {
position: absolute;
left: -14px;
top: -14px;
width: 40px;
height: 40px;
}
.touch-hinter-poly {
stroke: rgba(255, 50, 0, 0.1);
cursor: grab;