2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

fix progress bar animated biznas

This commit is contained in:
Mark Otto
2014-10-26 22:48:12 -07:00
parent 72a92f556d
commit f26821a83a
13 changed files with 171 additions and 164 deletions
+10
View File
@@ -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>
@@ -1251,6 +1256,11 @@
<input id="input-@progress-bar-color" type="text" value="#fff" data-var="@progress-bar-color" class="form-control"/>
<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"/>