aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-12-21 10:51:44 -0700
committerChris Rebert <[email protected]>2015-12-21 10:57:57 -0700
commitc6a276dd749ee77500dd2c701e225781abcdd8e5 (patch)
treea1a91929e8ebaeaffed4e81fe10ccae4577989b7 /scss
parent0917b04711d4b0f1c55524d9ee5fe68593fd372f (diff)
downloadbootstrap-c6a276dd749ee77500dd2c701e225781abcdd8e5.tar.xz
bootstrap-c6a276dd749ee77500dd2c701e225781abcdd8e5.zip
Set $progress-bg to color we are actually using
Diffstat (limited to 'scss')
-rw-r--r--scss/_variables.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss
index 380569f42..88afa3ccd 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;