mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Merge pull request #3719 from node-red/pr_3642
Allow flows to be stopped and started manually
This commit is contained in:
@@ -176,6 +176,13 @@
|
||||
cursor: default;
|
||||
}
|
||||
}
|
||||
&.red-ui-flow-node-button-stopped {
|
||||
opacity: 0.4;
|
||||
.red-ui-flow-node-button-button {
|
||||
cursor: default;
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
.red-ui-flow-node-button-button {
|
||||
cursor: pointer;
|
||||
|
@@ -219,7 +219,7 @@
|
||||
span.red-ui-menu-sublabel {
|
||||
color: var(--red-ui-header-menu-sublabel-color);
|
||||
font-size: 13px;
|
||||
display: inline-block;
|
||||
display: block;
|
||||
text-indent: 0px;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user