X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=bottlenecks.git;a=blobdiff_plain;f=testing-scheduler%2Fui%2Fsrc%2Fassets%2Fcss%2Fwf-graph.css;fp=testing-scheduler%2Fui%2Fsrc%2Fassets%2Fcss%2Fwf-graph.css;h=e576656ee4c60f31f3baccbd5cab7e01ad899df6;hp=0000000000000000000000000000000000000000;hb=26b13e50c888bc0ca03c0f68731f7c5abff0c6b6;hpb=ad12a6561be8c67f6da09c38c4e1c0e88eb9a6de 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 index 00000000..e576656e --- /dev/null +++ b/testing-scheduler/ui/src/assets/css/wf-graph.css @@ -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; +}