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

[groups] Change style of disabled groups

This commit is contained in:
Nick O'Leary 2020-05-12 13:53:20 +01:00
parent 9f1373945b
commit bc1fb2770b
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9

View File

@ -208,6 +208,9 @@ g.red-ui-flow-node-selected {
fill-opacity: 1;
stroke-dasharray: none;
}
.red-ui-flow-group, .red-ui-flow-group-body {
stroke-dasharray: 8, 3;
}
}
.red-ui-flow-node-disabled {
&.red-ui-flow-node, .red-ui-flow-node {