Add placeholder node when in quick-add mode

This commit is contained in:
Nick O'Leary
2019-01-23 16:27:13 +00:00
parent 85efb48c1f
commit aa9a37da38
3 changed files with 224 additions and 92 deletions

View File

@@ -92,6 +92,14 @@
stroke-dasharray:10,4;
stroke: #f33;
}
.node_placeholder {
stroke-dasharray:10,4;
stroke: #aaa;
fill: #eee;
opacity: 0.5;
stroke-width: 2;
}
.tool_arrow {
stroke-width: 1;
stroke: #999;