From: Florian Schäfer Date: Sat, 7 Mar 2015 22:15:49 +0000 (+0100) Subject: Change cursor to 'move' when hovering routing markers X-Git-Tag: live~4209 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/3cd38b8b8033484e438a353dd521b290aebb42ba Change cursor to 'move' when hovering routing markers --- diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index b4ce35d1d..8a0010173 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -688,6 +688,10 @@ nav.secondary { &.query-disabled { cursor: not-allowed; } + + .leaflet-marker-draggable { + cursor: move; + } } #map-ui { @@ -1076,7 +1080,7 @@ tr.turn:hover { background: $list-highlight; } .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 */