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

index 20a57bfcb7df4a207cf712a1a177f42762454a23..380569f426ee6587bbd14192e869dbbb1da4a609 100644 (file)
@@ -582,7 +582,7 @@ $alert-danger-border:         $state-danger-border !default;
 // Progress bars
 
 $progress-bg:                 #f5f5f5 !default;
-$progress-bar-color:          #fff !default;
+$progress-bar-color:          #0074d9 !default;
 $progress-border-radius:      $border-radius !default;
 
 $progress-bar-bg:             $brand-primary !default;