aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-11-16 01:16:27 -0800
committerMark Otto <[email protected]>2012-11-16 01:16:27 -0800
commit88c2497368f601e87ba2c1ec3b2e215c1f038975 (patch)
tree9b842a78cf34676a6944b687d6c1af6d7627f3bc /docs
parent5702e1be6e9b0b813520c4a0ff2faf427429b720 (diff)
downloadbootstrap-88c2497368f601e87ba2c1ec3b2e215c1f038975.tar.xz
bootstrap-88c2497368f601e87ba2c1ec3b2e215c1f038975.zip
Fixes #5912: User correct selector for form field states.
Previously, we were using a generic label selector, but as this was changed in the main forms awhile back, we need to change it here.
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/css/bootstrap.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index d3490f856..b051c77cc 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -1432,7 +1432,7 @@ input[type="checkbox"][readonly] {
background-color: transparent;
}
-.control-group.warning > label,
+.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
color: #c09853;
@@ -1471,7 +1471,7 @@ input[type="checkbox"][readonly] {
border-color: #c09853;
}
-.control-group.error > label,
+.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
color: #b94a48;
@@ -1510,7 +1510,7 @@ input[type="checkbox"][readonly] {
border-color: #b94a48;
}
-.control-group.success > label,
+.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
color: #468847;
@@ -1549,7 +1549,7 @@ input[type="checkbox"][readonly] {
border-color: #468847;
}
-.control-group.info > label,
+.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
color: #3a87ad;