diff options
| author | Mark Otto <[email protected]> | 2014-10-28 23:08:42 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-10-28 23:08:42 -0700 |
| commit | a75c6d84e102598ed39f7926a8e1cb4d3f6e487d (patch) | |
| tree | a3f225bf2e3939a7bd2a0a15b51c6809a09e3e05 /docs/_includes | |
| parent | 2d20bba3079f194f657c993c8a99791f97074374 (diff) | |
| download | bootstrap-a75c6d84e102598ed39f7926a8e1cb4d3f6e487d.tar.xz bootstrap-a75c6d84e102598ed39f7926a8e1cb4d3f6e487d.zip | |
grunt
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/customizer-variables.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/_includes/customizer-variables.html b/docs/_includes/customizer-variables.html index fc5f63d02..04b7ff1e1 100644 --- a/docs/_includes/customizer-variables.html +++ b/docs/_includes/customizer-variables.html @@ -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> |
