Make highlighted node more accessible

This commit is contained in:
Nicholas O'Leary 2013-10-28 16:54:49 +00:00
parent 948cbc537e
commit 8d14ae888f
1 changed files with 3 additions and 2 deletions

View File

@ -318,8 +318,9 @@ a.brand img {
stroke: #ff7f0e;
}
.node_highlighted {
stroke: #a51616;
stroke-width: 4;
stroke: #dd1616;
stroke-width: 2;
stroke-dasharray: 10, 4;
}
.node_hovered {
dstroke: #ff7f0e;