diff --git a/app/assets/html/bzGraflow/nodesEIC.html b/app/assets/html/bzGraflow/nodesEIC.html
index f56a84e..0e6f91a 100644
--- a/app/assets/html/bzGraflow/nodesEIC.html
+++ b/app/assets/html/bzGraflow/nodesEIC.html
@@ -48,6 +48,21 @@
.bzgf-node [data-id="out2"]{ top: 25%; }
.bzgf-node [data-id="out3"]{ top: 75%; }
+ .bzgf-node[data-nodetype="refnodein"], .bzgf-node[data-nodetype="refnodeout"] {
+ width:3em;
+ height:3em;
+ padding: 2px;
+ }
+ .bzgf-node[data-nodetype="refnodein"] .body, .bzgf-node[data-nodetype="refnodeout"] .body{
+ border-radius: 50%;
+ width: 3em;
+ height: 3em;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ }
+ .bzgf-node[data-nodetype="refnodein"] .body{ background: #0F0; }
+ .bzgf-node[data-nodetype="refnodeout"] .body{ background: #FF0; }
.bzgf-wire{ stroke: var(--eicui-base-color-info); stroke-width: 4px; stroke-dasharray: 10,5; }
@@ -66,7 +81,18 @@
-
-
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/assets/html/bzGraflow/nodesTest1.html b/app/assets/html/bzGraflow/nodesTest1.html
index dcab133..be1d2aa 100644
--- a/app/assets/html/bzGraflow/nodesTest1.html
+++ b/app/assets/html/bzGraflow/nodesTest1.html
@@ -96,6 +96,12 @@
.bzgf-node[data-nodetype="input"] .title,
.bzgf-node[data-nodetype="console"] .title{ background: #555; }
+ .bzgf-node[data-nodetype="refnodein"] .body, .bzgf-node[data-nodetype="refnodeout"] body{
+ border-radius: 50%;
+ }
+ .bzgf-node[data-nodetype="refnodein"] .body{ background: #0F0; }
+ .bzgf-node[data-nodetype="refnodeout"] .body{ background: #FF0; }
+
.bzgf-wire{ stroke: #0AF; stroke-width: 2; }
@@ -170,4 +176,16 @@
Value:
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/assets/html/test.html b/app/assets/html/test.html
index d94b6ae..a4cd4e6 100644
--- a/app/assets/html/test.html
+++ b/app/assets/html/test.html
@@ -55,6 +55,9 @@