Skip to content

Commit

Permalink
Progress bar of a previously failing job now has an animation consist…
Browse files Browse the repository at this point in the history
…ent with the one of a successful job.
  • Loading branch information
jan-molak committed Jul 2, 2013
1 parent 0de25d7 commit 6ad37ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/webapp/css/industrial.css
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6ad37ad

Please sign in to comment.