mirror of https://github.com/twbs/bootstrap.git
remove color from labels
This commit is contained in:
parent
7dbcd0be9a
commit
a7529e158b
|
|
@ -769,7 +769,6 @@ textarea {
|
|||
label {
|
||||
display: block;
|
||||
margin-bottom: 5px;
|
||||
color: #333333;
|
||||
}
|
||||
|
||||
select,
|
||||
|
|
|
|||
|
|
@ -55,7 +55,6 @@ textarea {
|
|||
label {
|
||||
display: block;
|
||||
margin-bottom: 5px;
|
||||
color: @grayDark;
|
||||
}
|
||||
|
||||
// Form controls
|
||||
|
|
|
|||
Loading…
Reference in New Issue