mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-29 21:31: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);
|
color: rgba(255,255,255,0.9);
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
}
|
||||||
|
.pending,
|
||||||
|
.running {
|
||||||
background: #FFD740;
|
background: #FFD740;
|
||||||
}
|
}
|
||||||
|
|
||||||
.success {
|
.success {
|
||||||
background:#26A65B;
|
background:#26A65B;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue