]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update and add `@btn-hover-color` to Customize page
authorMark Otto <otto@github.com>
Wed, 24 Jul 2013 05:53:30 +0000 (22:53 -0700)
committerMark Otto <otto@github.com>
Wed, 24 Jul 2013 05:53:30 +0000 (22:53 -0700)
customize.html
less/variables.less

index 1e1f0e67e7faa778c7615aa2a46e7abbf4bdc848..8d70d044522ff831aca52344fda9d771bf957460 100644 (file)
@@ -569,6 +569,9 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
           <input type="text" placeholder="@brand-info">
           <label>@btn-info-border</label>
           <input type="text" placeholder="@btn-info-bg">
+          <h4>Button hover</h4>
+          <label>@btn-hover-color</label>
+          <input type="text" placeholder="@btn-default-color">
         </div>
         <div class="col-lg-6">
           <h4>Success</h4>
index 0bd576a6692989c8952213ba34db5a6b9a58dbaf..6d16346b9696264110952141b63c3df4ed03e741 100644 (file)
 @btn-info-bg:                    @brand-info;
 @btn-info-border:                @btn-info-bg;
 
-@btn-hover-color:                #fff;
+@btn-hover-color:                @btn-default-color;
 
 
 // Forms