Make highlighted node more accessible

pull/51/head^2
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; stroke: #ff7f0e;
} }
.node_highlighted { .node_highlighted {
stroke: #a51616; stroke: #dd1616;
stroke-width: 4; stroke-width: 2;
stroke-dasharray: 10, 4;
} }
.node_hovered { .node_hovered {
dstroke: #ff7f0e; dstroke: #ff7f0e;