graflow: subflow polishing

This commit is contained in:
STEINNI
2026-02-25 20:25:53 +00:00
parent 0cf67a5c9f
commit 6bc3c1e9b8
6 changed files with 71 additions and 26 deletions
+1 -2
View File
@@ -61,8 +61,7 @@
align-items: center;
justify-content: center;
}
.bzgf-node[data-nodetype="refnodein"] .body{ background: #0F0; }
.bzgf-node[data-nodetype="refnodeout"] .body{ background: #FF0; }
.bzgf-node[data-nodetype="refnodein"] .body, .bzgf-node[data-nodetype="refnodeout"] .body{ background: var(--eicui-base-color-grey-25); }
.bzgf-wire{ stroke: var(--eicui-base-color-info); stroke-width: 4px; stroke-dasharray: 10,5; }
</style>