Convert node-change/error icons to SVG

This commit is contained in:
Nick O'Leary
2019-05-08 19:05:30 +01:00
parent 50228c5970
commit db5e79a19b
2 changed files with 50 additions and 21 deletions

View File

@@ -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 {