yellow color for the ones you need to look into
This commit is contained in:
parent
26e06676d6
commit
b79db4b4f2
|
|
@ -114,10 +114,14 @@
|
|||
|
||||
|
||||
/** Different color depending on the rule status of the asset */
|
||||
.sh-container .url i.yellow {
|
||||
.sh-container .url i.ok {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.sh-container .url i.yellow {
|
||||
color: darkorange;
|
||||
}
|
||||
|
||||
.sh-container .url i.red {
|
||||
color: red;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue