Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <code@chrisrebert.com>2015-12-21 20:51:44 +0300
committerChris Rebert <code@chrisrebert.com>2015-12-21 20:57:57 +0300
commitc6a276dd749ee77500dd2c701e225781abcdd8e5 (patch)
treea1a91929e8ebaeaffed4e81fe10ccae4577989b7
parent0917b04711d4b0f1c55524d9ee5fe68593fd372f (diff)
Set $progress-bg to color we are actually using
-rw-r--r--scss/_variables.scss2
1 files changed, 1 insertions, 1 deletions
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;