mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Add gray/grey alternate options for status
This commit is contained in:
@@ -217,7 +217,8 @@ $node-status-colors: (
|
||||
green: #5a8,
|
||||
yellow: #F9DF31,
|
||||
blue: #53A3F3,
|
||||
grey: #d3d3d3
|
||||
grey: #d3d3d3,
|
||||
gray: #d3d3d3
|
||||
);
|
||||
|
||||
|
||||
|
@@ -251,7 +251,7 @@ g.red-ui-flow-node-selected {
|
||||
stroke-dasharray: none;
|
||||
}
|
||||
}
|
||||
@each $current-color in red green yellow blue grey {
|
||||
@each $current-color in red green yellow blue grey gray {
|
||||
.red-ui-flow-node-status-dot-#{$current-color} {
|
||||
fill: map-get($node-status-colors,$current-color);
|
||||
stroke: map-get($node-status-colors,$current-color);
|
||||
|
Reference in New Issue
Block a user