Commit b0dd2f90 authored by Mark Otto's avatar Mark Otto

Update and add `@btn-hover-color` to Customize page

parent 1803b2f0
...@@ -569,6 +569,9 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge ...@@ -569,6 +569,9 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
<input type="text" placeholder="@brand-info"> <input type="text" placeholder="@brand-info">
<label>@btn-info-border</label> <label>@btn-info-border</label>
<input type="text" placeholder="@btn-info-bg"> <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>
<div class="col-lg-6"> <div class="col-lg-6">
<h4>Success</h4> <h4>Success</h4>
......
...@@ -117,7 +117,7 @@ ...@@ -117,7 +117,7 @@
@btn-info-bg: @brand-info; @btn-info-bg: @brand-info;
@btn-info-border: @btn-info-bg; @btn-info-border: @btn-info-bg;
@btn-hover-color: #fff; @btn-hover-color: @btn-default-color;
// Forms // Forms
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment