From: Chris Rebert Date: Mon, 21 Dec 2015 17:45:55 +0000 (-0700) Subject: Set $progress-bar-color to color we are currently using X-Git-Tag: v4.0.0-alpha.3~483^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a18638f26b4fc876ddd596aad7611637f672484;p=thirdparty%2Fbootstrap.git Set $progress-bar-color to color we are currently using --- diff --git a/scss/_variables.scss b/scss/_variables.scss index 20a57bfcb7..380569f426 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -582,7 +582,7 @@ $alert-danger-border: $state-danger-border !default; // Progress bars $progress-bg: #f5f5f5 !default; -$progress-bar-color: #fff !default; +$progress-bar-color: #0074d9 !default; $progress-border-radius: $border-radius !default; $progress-bar-bg: $brand-primary !default;