I want to change the cursor style to default when not hovering over objects (nodes or links). I tried adding this:
.diagram-container{
background: #333333;
width: 100%;
height: 100%;
cursor: progress;
}
but the cursor get overwritten by "move" style.
I want to change the cursor style to default when not hovering over objects (nodes or links). I tried adding this: .diagram-container{ background: #333333; width: 100%; height: 100%; cursor: progress; } but the cursor get overwritten by "move" style.
Is there any way to workaround this?