aboutsummaryrefslogtreecommitdiff
path: root/less/forms.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-06-25 16:47:29 -0700
committerMark Otto <[email protected]>2012-06-25 16:47:29 -0700
commitd65e815a48fd869bcdc4e4112cf675a1f987fc49 (patch)
treed39669481a7d2f6970062dd846e41b46026d9f0f /less/forms.less
parent94a3d4eb14bc4674971617d6114c4fb7b08b3b7d (diff)
downloadbootstrap-d65e815a48fd869bcdc4e4112cf675a1f987fc49.tar.xz
bootstrap-d65e815a48fd869bcdc4e4112cf675a1f987fc49.zip
use @textColor to change help-block/help-inline font color
Diffstat (limited to 'less/forms.less')
-rw-r--r--less/forms.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/forms.less b/less/forms.less
index 4f9d9f3e1..911af1a25 100644
--- a/less/forms.less
+++ b/less/forms.less
@@ -356,7 +356,7 @@ textarea {
.help-block,
.help-inline {
- color: @gray; // lighten the text some for contrast
+ color: lighten(@textColor, 15%); // lighten the text some for contrast
}
.help-block {