buildbot: Add style for failed builds
This commit is contained in:
parent
9dd0aab37f
commit
96639d78d4
|
@ -197,4 +197,8 @@ pre > code {
|
||||||
|
|
||||||
.Module.builders tbody td.success {
|
.Module.builders tbody td.success {
|
||||||
background-color: #D1EED1;
|
background-color: #D1EED1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.Module.builders tbody td.failure {
|
||||||
|
background-color: #FDDFDE;
|
||||||
}
|
}
|
Loading…
Reference in New Issue