From 0f18174107ac6d1485e523aa97d241bcf2f3b764 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 14 Oct 2018 10:19:47 +0200 Subject: [PATCH] adjust style of jenkins success/error boxes --- stylesheets/application.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/stylesheets/application.css b/stylesheets/application.css index 3f58432..ee27246 100644 --- a/stylesheets/application.css +++ b/stylesheets/application.css @@ -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; }