0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-28 20:52:21 +01:00
This commit is contained in:
Mark Otto 2014-10-28 23:08:42 -07:00
parent 2d20bba307
commit a75c6d84e1
4 changed files with 8 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -486,6 +486,11 @@
<input id="input-@input-group-addon-border-color" type="text" value="@input-border" data-var="@input-group-addon-border-color" class="form-control"/>
<p class="help-block">Border color for textual input addon</p>
</div>
<div class="col-xs-4">
<label for="input-@cursor-disabled">@cursor-disabled</label>
<input id="input-@cursor-disabled" type="text" value="not-allowed" data-var="@cursor-disabled" class="form-control"/>
<p class="help-block">Disabled cursor for form controls and buttons</p>
</div>
</div>
<h2 id="dropdowns">Dropdowns</h2>
<p>Dropdown menu container and contents</p>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long