mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
use @textColor to change help-block/help-inline font color
This commit is contained in:
Vendored
+1
-1
@@ -1369,7 +1369,7 @@ textarea::-webkit-input-placeholder {
|
|||||||
|
|
||||||
.help-block,
|
.help-block,
|
||||||
.help-inline {
|
.help-inline {
|
||||||
color: #555555;
|
color: #595959;
|
||||||
}
|
}
|
||||||
|
|
||||||
.help-block {
|
.help-block {
|
||||||
|
|||||||
+1
-1
@@ -356,7 +356,7 @@ textarea {
|
|||||||
|
|
||||||
.help-block,
|
.help-block,
|
||||||
.help-inline {
|
.help-inline {
|
||||||
color: @gray; // lighten the text some for contrast
|
color: lighten(@textColor, 15%); // lighten the text some for contrast
|
||||||
}
|
}
|
||||||
|
|
||||||
.help-block {
|
.help-block {
|
||||||
|
|||||||
Reference in New Issue
Block a user