From 73953d74ef5084e755d6376ecce9c1fb29885c29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laura=20Kl=C3=BCnder?= Date: Wed, 26 Jul 2017 15:36:56 +0200 Subject: [PATCH] graph view: other space cursor:pointer --- src/c3nav/editor/static/editor/css/editor.css | 3 ++- src/c3nav/editor/static/editor/js/editor.js | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/c3nav/editor/static/editor/css/editor.css b/src/c3nav/editor/static/editor/css/editor.css index 38604f6c..8d33ef9b 100644 --- a/src/c3nav/editor/static/editor/css/editor.css +++ b/src/c3nav/editor/static/editor/css/editor.css @@ -189,7 +189,8 @@ form button.invisiblesubmit { .leaflet-editable-drawing .leaflet-overlay-pane .leaflet-interactive, #map .leaflet-overlay-pane .c3nav-graph-space { cursor:crosshair; } -#map .leaflet-overlay-pane .c3nav-highlight, #map .leaflet-overlay-pane .c3nav-graph-node { +#map .leaflet-overlay-pane .c3nav-highlight, #map .leaflet-overlay-pane .c3nav-graph-node, +#map .leaflet-overlay-pane .c3nav-graph-other-space { cursor:pointer; } .leaflet-overlay-pane .leaflet-image-layer { diff --git a/src/c3nav/editor/static/editor/js/editor.js b/src/c3nav/editor/static/editor/js/editor.js index 859233a0..3736ba25 100644 --- a/src/c3nav/editor/static/editor/js/editor.js +++ b/src/c3nav/editor/static/editor/js/editor.js @@ -494,7 +494,7 @@ editor = { weight: 3, opacity: 0, fillOpacity: 0, - className: 'c3nav-graph-goto-space' + className: 'c3nav-graph-other-space' }; }, pointToLayer: editor._point_to_layer