]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Set $progress-bg to color we are actually using
authorChris Rebert <code@chrisrebert.com>
Mon, 21 Dec 2015 17:51:44 +0000 (10:51 -0700)
committerChris Rebert <code@chrisrebert.com>
Mon, 21 Dec 2015 17:57:57 +0000 (10:57 -0700)
scss/_variables.scss

index 380569f426ee6587bbd14192e869dbbb1da4a609..88afa3ccd329c472db4d00d299aa72dcebbaf3bd 100644 (file)
@@ -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;