mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Make node highlighting a bit more obvious for busy flows
This commit is contained in:
parent
a4c351fd4f
commit
9c1d46ff92
@ -145,8 +145,8 @@ g.red-ui-flow-node-selected {
|
|||||||
border-color: $node-selected-color !important;
|
border-color: $node-selected-color !important;
|
||||||
border-style: dashed !important;
|
border-style: dashed !important;
|
||||||
stroke: $node-selected-color;
|
stroke: $node-selected-color;
|
||||||
stroke-width: 2;
|
stroke-width: 3;
|
||||||
stroke-dasharray: 8, 3;
|
stroke-dasharray: 8, 4;
|
||||||
}
|
}
|
||||||
|
|
||||||
.red-ui-flow-subflow .red-ui-flow-node {
|
.red-ui-flow-subflow .red-ui-flow-node {
|
||||||
|
Loading…
Reference in New Issue
Block a user