aboutsummaryrefslogtreecommitdiff
path: root/less/tests/css-tests.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-08-21 14:22:26 -0700
committerMark Otto <[email protected]>2012-08-21 14:22:26 -0700
commit190d3c9c3ec2528a09a9639154bf6ad95b0fc6f2 (patch)
tree8084ff1108525d3268cbdf0b7694349190dc61f6 /less/tests/css-tests.html
parente2ecd2df6cc65efa3e5c70727e9bae2fbe159687 (diff)
downloadbootstrap-190d3c9c3ec2528a09a9639154bf6ad95b0fc6f2.tar.xz
bootstrap-190d3c9c3ec2528a09a9639154bf6ad95b0fc6f2.zip
fixes #4526: box-shadow on .radio and .checkbox if .control-group has a form field state
Diffstat (limited to 'less/tests/css-tests.html')
-rw-r--r--less/tests/css-tests.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/less/tests/css-tests.html b/less/tests/css-tests.html
index 4a9f67b09..c922f07db 100644
--- a/less/tests/css-tests.html
+++ b/less/tests/css-tests.html
@@ -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>