]> git.openstreetmap.org Git - rails.git/commitdiff
Change cursor to 'move' when hovering routing markers
authorFlorian Schäfer <florian@schaeferban.de>
Sat, 7 Mar 2015 22:15:49 +0000 (23:15 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 8 Mar 2015 00:53:21 +0000 (00:53 +0000)
app/assets/stylesheets/common.scss

index b4ce35d1d37677d4c09d0119f81e1d69c716f691..8a0010173d4a585f6320adace99570799823fb01 100644 (file)
@@ -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 */