Merge "Add test-scheduler dir to verity"
[bottlenecks.git] / test-scheduler / ui / src / assets / css / wf-graph.css
1 g.node circle{
2     fill: #ffffff;
3     stroke: #333;
4 }
5 g.node rect{
6     fill: #ffffff;
7     stroke: #333;
8 }
9 g.edgePath .path {
10     stroke: #000000!important;
11     fill: transparent!important;
12     stroke-dasharray: 0, 0!important;
13 }