diff options
| author | Kevin Kirsche <[email protected]> | 2015-05-27 09:29:01 -0400 |
|---|---|---|
| committer | Kevin Kirsche <[email protected]> | 2015-06-15 19:59:26 -0400 |
| commit | 315db4a005c880eecb01211d7d99d4137364353e (patch) | |
| tree | c1a2628fa463d0fdf0bdae094583c2a690e9a377 /docs/_includes | |
| parent | 3487898a6af8c1d5b12f7b040d30e71b19e34923 (diff) | |
| download | bootstrap-315db4a005c880eecb01211d7d99d4137364353e.tar.xz bootstrap-315db4a005c880eecb01211d7d99d4137364353e.zip | |
Clarify that <fieldset> only uses the disabled attribute
Fix #16632
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/css/forms.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/css/forms.html b/docs/_includes/css/forms.html index e6d4a173e..554d79c6b 100644 --- a/docs/_includes/css/forms.html +++ b/docs/_includes/css/forms.html @@ -256,7 +256,7 @@ <h3>Checkboxes and radios</h3> <p>Checkboxes are for selecting one or several options in a list, while radios are for selecting one option from many.</p> - <p>A checkbox or radio with the <code>disabled</code> attribute will be styled appropriately. To have the <code><label></code> for the checkbox or radio also display a "not-allowed" cursor when the user hovers over the label, add the <code>.disabled</code> class to your <code>.radio</code>, <code>.radio-inline</code>, <code>.checkbox</code>, <code>.checkbox-inline</code>, or <code><fieldset></code>.</p> + <p>Disabled checkboxes and radios are supported, but to provide a "not-allowed" cursor on hover, you'll need to add the <code>.disabled</code> class to the parent <code>.radio</code>, <code>.radio-inline</code>, <code>.checkbox</code>, or <code>.checkbox-inline</code>.</p> <h4>Default (stacked)</h4> <div class="bs-example" data-example-id="block-checkboxes-radios"> <form> |
