diff options
Diffstat (limited to 'test-scheduler/ui/src/assets/css/wf-graph.css')
-rw-r--r-- | test-scheduler/ui/src/assets/css/wf-graph.css | 13 |
1 files changed, 13 insertions, 0 deletions
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 index 00000000..62aaeea9 --- /dev/null +++ b/test-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; +} |