Skip to content

Commit

Permalink
yellow color for the ones you need to look into
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Jun 25, 2015
1 parent 26e0667 commit b79db4b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion assets/css/simpleHar-overrides.css
Expand Up @@ -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;
}
Expand Down

0 comments on commit b79db4b

Please sign in to comment.