blob: 62aaeea9528cdf56f8f584fcad8e3e34c88861c7 (
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;
}
|