From 6ad37ad63810efaebc06efa2541c838cdd2249a7 Mon Sep 17 00:00:00 2001 From: jan-molak Date: Tue, 2 Jul 2013 22:21:35 +0100 Subject: [PATCH] Progress bar of a previously failing job now has an animation consistent with the one of a successful job. --- src/main/webapp/css/industrial.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/css/industrial.css b/src/main/webapp/css/industrial.css index 7a0632266..0bf39d0f9 100644 --- a/src/main/webapp/css/industrial.css +++ b/src/main/webapp/css/industrial.css @@ -201,11 +201,11 @@ header>h1 { .build-monitor ul#job-views .failing > .progress { -webkit-animation: forFailing 2.25s 2 alternate; - background-color: darkred; + background-color: firebrick; } @-webkit-keyframes forSuccessful { 0% {background-color: green;} 100% {background-color: limegreen;} } -@-webkit-keyframes forFailing { 0% {background-color: firebrick;} 100% {background-color: crimson;} } +@-webkit-keyframes forFailing { 0% {background-color: firebrick;} 100% {background-color: red;} } /* * Modal