From 3cd38b8b8033484e438a353dd521b290aebb42ba Mon Sep 17 00:00:00 2001 From: =?utf8?q?Florian=20Sch=C3=A4fer?= Date: Sat, 7 Mar 2015 23:15:49 +0100 Subject: [PATCH] Change cursor to 'move' when hovering routing markers --- app/assets/stylesheets/common.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 */ -- 2.43.2