Change status color in tab to match with success (#1247)

This commit is contained in:
vera-liu 2016-10-10 13:32:38 -07:00 committed by GitHub
parent 19677438c2
commit f8e2ce6ff3
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ div.Workspace {
color: black;
}
.success {
background-color: green;
background-color: #4AC15F;
}
.failed {
background-color: red;