fixed pending vs running status

This commit is contained in:
Brad Rydzewski 2015-05-21 00:09:15 -07:00
parent b562924ced
commit 548db95602

View file

@ -1354,8 +1354,12 @@ section .build-row .build-num {
color: rgba(255,255,255,0.9);
font-size: 16px;
text-align: center;
}
.pending,
.running {
background: #FFD740;
}
.success {
background:#26A65B;
}