]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
use @textColor to change help-block/help-inline font color
authorMark Otto <markotto@twitter.com>
Mon, 25 Jun 2012 23:47:29 +0000 (16:47 -0700)
committerMark Otto <markotto@twitter.com>
Mon, 25 Jun 2012 23:47:29 +0000 (16:47 -0700)
docs/assets/css/bootstrap.css
less/forms.less

index 922c46b208d91a0447139781d8e07314cc450aea..f499b3756eb7be9b5e30fe60abd4261fb1c60413 100644 (file)
@@ -1369,7 +1369,7 @@ textarea::-webkit-input-placeholder {
 
 .help-block,
 .help-inline {
-  color: #555555;
+  color: #595959;
 }
 
 .help-block {
index 4f9d9f3e12a41037b1c5e0127c78fc98b113110b..911af1a25e6dbbffee5953e4267bf80d149089f4 100644 (file)
@@ -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 {