2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03: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
+1 -1
View File
File diff suppressed because one or more lines are too long
+5
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>
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long