diff options
| author | Mark Otto <[email protected]> | 2014-10-26 22:48:12 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-10-26 22:48:12 -0700 |
| commit | f26821a83a5766f0ce2b68aff12577679b6d8282 (patch) | |
| tree | 52c4242fb300237c195f8ff3ad17c4d145e6906f /docs/_includes | |
| parent | 72a92f556d52423350fe63d1c3cc34ff5a74240f (diff) | |
| download | bootstrap-f26821a83a5766f0ce2b68aff12577679b6d8282.tar.xz bootstrap-f26821a83a5766f0ce2b68aff12577679b6d8282.zip | |
fix progress bar animated biznas
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/customizer-variables.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/_includes/customizer-variables.html b/docs/_includes/customizer-variables.html index d07fb9bfc..5c042a86f 100644 --- a/docs/_includes/customizer-variables.html +++ b/docs/_includes/customizer-variables.html @@ -71,6 +71,11 @@ <input id="input-@link-hover-color" type="text" value="darken(@link-color, 15%)" data-var="@link-hover-color" class="form-control"/> <p class="help-block">Link hover color set via <code>darken()</code> function.</p> </div> + <div class="bs-customizer-input"> + <label for="input-@link-hover-decoration">@link-hover-decoration</label> + <input id="input-@link-hover-decoration" type="text" value="underline" data-var="@link-hover-decoration" class="form-control"/> + <p class="help-block">Link hover decoration.</p> + </div> </div> <h2 id="global-settings">Global settings</h2> <p>Quickly modify global styling by enabling or disabling features.</p> @@ -1252,6 +1257,11 @@ <p class="help-block">Progress bar text color</p> </div> <div class="bs-customizer-input"> + <label for="input-@progress-border-radius">@progress-border-radius</label> + <input id="input-@progress-border-radius" type="text" value="@border-radius-base" data-var="@progress-border-radius" class="form-control"/> + <p class="help-block">Variable for setting rounded corners on progress bar.</p> + </div> + <div class="bs-customizer-input"> <label for="input-@progress-bar-bg">@progress-bar-bg</label> <input id="input-@progress-bar-bg" type="text" value="@brand-primary" data-var="@progress-bar-bg" class="form-control"/> <p class="help-block">Default progress bar color</p> |
