mirror of https://github.com/harness/drone.git
fixed pending vs running status
parent
b562924ced
commit
548db95602
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue