adjust style of jenkins success/error boxes

This commit is contained in:
Frédéric Péters 2018-10-14 10:19:47 +02:00
parent 60a6e76cce
commit 0f18174107
1 changed files with 6 additions and 3 deletions

View File

@ -369,7 +369,10 @@ div.jenkins {
background: #fafafa;
}
div.jenkins-FAILURE {
border-color: red;
background: #ff9b9b;
div.jenkins-SUCCESS {
border-color: #59e364;
}
div.jenkins-FAILURE {
border-color: #e35964;
}