Change naming and veriy test-scheduler function
[bottlenecks.git] / test-scheduler / ui / src / assets / css / wf-graph.css
diff --git a/test-scheduler/ui/src/assets/css/wf-graph.css b/test-scheduler/ui/src/assets/css/wf-graph.css
new file mode 100644 (file)
index 0000000..62aaeea
--- /dev/null
@@ -0,0 +1,13 @@
+g.node circle{
+    fill: #ffffff;
+    stroke: #333;
+}
+g.node rect{
+    fill: #ffffff;
+    stroke: #333;
+}
+g.edgePath .path {
+    stroke: #000000!important;
+    fill: transparent!important;
+    stroke-dasharray: 0, 0!important;
+}