0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

use @textColor to change help-block/help-inline font color

This commit is contained in:
Mark Otto 2012-06-25 16:47:29 -07:00
parent 94a3d4eb14
commit d65e815a48
2 changed files with 2 additions and 2 deletions

View File

@ -1369,7 +1369,7 @@ textarea::-webkit-input-placeholder {
.help-block,
.help-inline {
color: #555555;
color: #595959;
}
.help-block {

View 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 {