summaryrefslogtreecommitdiffstats
path: root/testing-scheduler/ui/src/assets/css/wf-graph.css
blob: e576656ee4c60f31f3baccbd5cab7e01ad899df6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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;
}