graph view: other space cursor:pointer

This commit is contained in:
Laura Klünder 2017-07-26 15:36:56 +02:00
parent 183d444c20
commit 73953d74ef
2 changed files with 3 additions and 2 deletions

View file

@ -189,7 +189,8 @@ form button.invisiblesubmit {
.leaflet-editable-drawing .leaflet-overlay-pane .leaflet-interactive, #map .leaflet-overlay-pane .c3nav-graph-space { .leaflet-editable-drawing .leaflet-overlay-pane .leaflet-interactive, #map .leaflet-overlay-pane .c3nav-graph-space {
cursor:crosshair; 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; cursor:pointer;
} }
.leaflet-overlay-pane .leaflet-image-layer { .leaflet-overlay-pane .leaflet-image-layer {

View file

@ -494,7 +494,7 @@ editor = {
weight: 3, weight: 3,
opacity: 0, opacity: 0,
fillOpacity: 0, fillOpacity: 0,
className: 'c3nav-graph-goto-space' className: 'c3nav-graph-other-space'
}; };
}, },
pointToLayer: editor._point_to_layer pointToLayer: editor._point_to_layer