feat: Change node border colours for warnings and errors
All checks were successful
Build Docker / BuildImage (push) Successful in 50s
All checks were successful
Build Docker / BuildImage (push) Successful in 50s
This commit is contained in:
@@ -21,4 +21,10 @@
|
||||
}
|
||||
.node-info > p{
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
.node.warning {
|
||||
border-color: #FFA500;
|
||||
}
|
||||
.node.error {
|
||||
border-color: #FF0000;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user