Skip to content

Commit

Permalink
Adds warning color to progress (fixes #444)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Dec 27, 2013
1 parent 041236a commit 97e8f4c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/elements/progress.less
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,16 @@
animation: none !important;
}

.ui.warning.progress .bar {
background-color: #E96633 !important;
}
.ui.warning.progress .bar,
.ui.warning.progress .bar::after {
-webkit-animation: none !important;
-moz-animation: none !important;
animation: none !important;
}

/*--------------
Failed
---------------*/
Expand Down

0 comments on commit 97e8f4c

Please sign in to comment.