From 97e8f4cfcb635bfd4c939a18b55718ec771f38d8 Mon Sep 17 00:00:00 2001 From: jlukic Date: Fri, 27 Dec 2013 10:11:54 -0500 Subject: [PATCH] Adds warning color to progress (fixes #444) --- src/elements/progress.less | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/elements/progress.less b/src/elements/progress.less index 90a74d5a98..40d6c9bc90 100755 --- a/src/elements/progress.less +++ b/src/elements/progress.less @@ -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 ---------------*/