Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
added color for omit status
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicole Kennedy committed Jul 24, 2019
1 parent 25b5181 commit 35a9f39
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1185,6 +1185,10 @@ body {
background-color: #f0f;
}

#progress-bar .progress-bar-omit {
background-color: #999;
}

#progress-bar .progress-bar-wait {
background-color: #999;
}
Expand Down

0 comments on commit 35a9f39

Please sign in to comment.