highlight connected nodes

This commit is contained in:
Nils Schneider 2012-06-03 15:28:34 +02:00
commit ea529b374e
2 changed files with 12 additions and 1 deletions

View file

@ -21,3 +21,7 @@ line.link {
#chart {
background-image: url(gplaypattern.png);
}
.node.highlight ellipse {
fill: #FFF0B3;
}