mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
fixes #4526: box-shadow on .radio and .checkbox if .control-group has a form field state
This commit is contained in:
@@ -597,6 +597,19 @@
|
||||
<h1>Forms</h1>
|
||||
</div>
|
||||
|
||||
<h4>Horizontal form errors</h4>
|
||||
<form class="form-horizontal">
|
||||
<div class="control-group error">
|
||||
<label class="control-label" for="inputError">Radio with error</label>
|
||||
<div class="controls">
|
||||
<label class="radio">
|
||||
<input type="radio" id="inputError"> Oh hai
|
||||
</label>
|
||||
<span class="help-inline">Please correct the error</span>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<div class="row">
|
||||
<div class="span4">
|
||||
<h4>Prepend and append on inputs</h4>
|
||||
|
||||
Reference in New Issue
Block a user