aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-12-20 20:56:00 -0800
committerMark Otto <[email protected]>2012-12-20 20:56:00 -0800
commit5d4e7184466a46d7844c8156edda5a7ccef54aad (patch)
treef8db3047613819c8dad7dc1500689b152f19a87e
parent5508d3d5b3a7e23748bb10b2d5e837befa4040ca (diff)
parentd6d828154a6fdeea31df1ea5849b1942ae1725f5 (diff)
downloadbootstrap-5d4e7184466a46d7844c8156edda5a7ccef54aad.tar.xz
bootstrap-5d4e7184466a46d7844c8156edda5a7ccef54aad.zip
Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip
-rw-r--r--less/forms.less3
1 files changed, 3 insertions, 0 deletions
diff --git a/less/forms.less b/less/forms.less
index b444ba765..dc4e7ffd9 100644
--- a/less/forms.less
+++ b/less/forms.less
@@ -331,6 +331,9 @@ textarea[class*="span"],
// --------------
// Disabled and read-only inputs
+// Note: HTML5 says that inputs under a fieldset > legend:first-child won't be
+// disabled if the fieldset is disabled. Due to implementation difficulty,
+// we don't honor that edge case; we style them as disabled anyway.
input,
select,
textarea {