Change cursor to 'move' when hovering routing markers
This commit is contained in:
parent
409f73037c
commit
3cd38b8b80
1 changed files with 5 additions and 1 deletions
|
@ -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 */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue