yellow color for the ones you need to look into

This commit is contained in:
soulgalore 2015-06-25 12:43:09 +02:00
parent 26e06676d6
commit b79db4b4f2
1 changed files with 5 additions and 1 deletions

View File

@ -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;
}