bug 55070
This commit is contained in:
parent
6314ed452c
commit
9ee9022c9e
|
@ -230,12 +230,18 @@ label {
|
|||
color: @text-normal;
|
||||
}
|
||||
}
|
||||
input.form-control:-ms-input-placeholder {
|
||||
color: @text-tertiary-ie;
|
||||
}
|
||||
|
||||
textarea {
|
||||
background-color: @background-normal-ie;
|
||||
background-color: @background-normal;
|
||||
color: @text-normal-ie;
|
||||
color: @text-normal;
|
||||
&:-ms-input-placeholder {
|
||||
color: @text-tertiary-ie;
|
||||
}
|
||||
.placeholder();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue