summaryrefslogtreecommitdiffstats
path: root/testing-scheduler/ui/src/assets/css/wf-graph.css
diff options
context:
space:
mode:
Diffstat (limited to 'testing-scheduler/ui/src/assets/css/wf-graph.css')
-rw-r--r--testing-scheduler/ui/src/assets/css/wf-graph.css13
1 files changed, 0 insertions, 13 deletions
diff --git a/testing-scheduler/ui/src/assets/css/wf-graph.css b/testing-scheduler/ui/src/assets/css/wf-graph.css
deleted file mode 100644
index e576656e..00000000
--- a/testing-scheduler/ui/src/assets/css/wf-graph.css
+++ /dev/null
@@ -1,13 +0,0 @@
-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;
-}