mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-12 08:34:08 +02:00
use @textColor to change help-block/help-inline font color
This commit is contained in:
2
docs/assets/css/bootstrap.css
vendored
2
docs/assets/css/bootstrap.css
vendored
@@ -1369,7 +1369,7 @@ textarea::-webkit-input-placeholder {
|
||||
|
||||
.help-block,
|
||||
.help-inline {
|
||||
color: #555555;
|
||||
color: #595959;
|
||||
}
|
||||
|
||||
.help-block {
|
||||
|
@@ -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 {
|
||||
|
Reference in New Issue
Block a user