1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

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

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;