mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Convert node-change/error icons to SVG
This commit is contained in:
@@ -91,10 +91,21 @@
|
||||
fill-opacity: 0.5;
|
||||
}
|
||||
|
||||
.node_error {
|
||||
stroke: #ff0000;
|
||||
stroke-width: 2;
|
||||
fill: #ff7f0e;
|
||||
.red-ui-view-node-error {
|
||||
fill: rgb(255, 102, 0);
|
||||
stroke: rgb(145, 16, 2);
|
||||
stroke-width:1px;
|
||||
cursor: default;
|
||||
stroke-linejoin: round;
|
||||
stroke-linecap: round;
|
||||
}
|
||||
.red-ui-view-node-changed {
|
||||
fill: rgb(0, 188, 255);
|
||||
stroke: rgb(28, 102, 140);
|
||||
cursor: default;
|
||||
stroke-width:1px;
|
||||
stroke-linejoin: round;
|
||||
stroke-linecap: round;
|
||||
}
|
||||
|
||||
.node_badge {
|
||||
|
Reference in New Issue
Block a user