Add grabbing cursor to marker when dragged

This commit is contained in:
Julien SORET 2015-02-17 22:39:19 +01:00
parent 03fb73ed22
commit c8c436e42c

3
dist/leaflet.css vendored
View File

@ -192,7 +192,8 @@
cursor: auto; cursor: auto;
} }
.leaflet-dragging .leaflet-grab, .leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive { .leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
cursor: move; cursor: move;
cursor: -webkit-grabbing; cursor: -webkit-grabbing;
cursor: -moz-grabbing; cursor: -moz-grabbing;