graph view: other space cursor:pointer
This commit is contained in:
parent
183d444c20
commit
73953d74ef
2 changed files with 3 additions and 2 deletions
|
@ -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 {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue