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