mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-26 11:51:02 +00:00
fixed pending vs running status
This commit is contained in:
parent
b562924ced
commit
548db95602
1 changed files with 4 additions and 0 deletions
|
@ -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 a new issue