Change cursor to 'move' when hovering routing markers

This commit is contained in:
Florian Schäfer 2015-03-07 23:15:49 +01:00 committed by Tom Hughes
parent 409f73037c
commit 3cd38b8b80

View file

@ -688,6 +688,10 @@ nav.secondary {
&.query-disabled { &.query-disabled {
cursor: not-allowed; cursor: not-allowed;
} }
.leaflet-marker-draggable {
cursor: move;
}
} }
#map-ui { #map-ui {
@ -1076,7 +1080,7 @@ tr.turn:hover {
background: $list-highlight; background: $list-highlight;
} }
.routing_engines, #route_from, #route_to { margin-left: 25px; } .routing_engines, #route_from, #route_to { margin-left: 25px; }
.routing_marker { width: 15px; position: absolute; } .routing_marker { width: 15px; position: absolute; cursor: move; }
/* Rules for entity history */ /* Rules for entity history */