1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-10-02 00:06:46 +02:00
This commit is contained in:
Mark Otto
2014-09-18 19:11:47 -07:00
parent 9ed65ab444
commit e33922eb06
4 changed files with 8 additions and 3 deletions

View File

@@ -1304,6 +1304,11 @@
<input id="input-@progress-bar-color" type="text" value="#fff" data-var="@progress-bar-color" class="form-control"/> <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> <p class="help-block">Progress bar text color</p>
</div> </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"> <div class="bs-customizer-input">
<label for="input-@progress-bar-bg">@progress-bar-bg</label> <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"/> <input id="input-@progress-bar-bg" type="text" value="@brand-primary" data-var="@progress-bar-bg" class="form-control"/>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long