diff options
| author | Chris Rebert <[email protected]> | 2015-12-21 10:51:44 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-12-21 10:57:57 -0700 |
| commit | c6a276dd749ee77500dd2c701e225781abcdd8e5 (patch) | |
| tree | a1a91929e8ebaeaffed4e81fe10ccae4577989b7 | |
| parent | 0917b04711d4b0f1c55524d9ee5fe68593fd372f (diff) | |
| download | bootstrap-c6a276dd749ee77500dd2c701e225781abcdd8e5.tar.xz bootstrap-c6a276dd749ee77500dd2c701e225781abcdd8e5.zip | |
Set $progress-bg to color we are actually using
| -rw-r--r-- | scss/_variables.scss | 2 |
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; |
