mark node

This commit is contained in:
Nils Schneider 2012-06-04 18:23:39 +02:00
commit 95e7c461f4
2 changed files with 26 additions and 0 deletions

View file

@ -23,6 +23,11 @@ line.link {
position: relative;
}
.node.marked ellipse {
stroke: #C83771 !important;
stroke-width: 5px;
}
.node.highlight ellipse {
fill: #FFF0B3;
}