add testsuite and testcase list pages in frontend of testing-scheduler
[bottlenecks.git] / testing-scheduler / ui / src / assets / css / wf-graph.css
diff --git a/testing-scheduler/ui/src/assets/css/wf-graph.css b/testing-scheduler/ui/src/assets/css/wf-graph.css
new file mode 100644 (file)
index 0000000..e576656
--- /dev/null
@@ -0,0 +1,13 @@
+g.node circle{\r
+    fill: #ffffff;\r
+    stroke: #333;\r
+}\r
+g.node rect{\r
+    fill: #ffffff;\r
+    stroke: #333;\r
+}\r
+g.edgePath .path {\r
+    stroke: #000000!important;\r
+    fill: transparent!important;\r
+    stroke-dasharray: 0, 0!important;\r
+}\r