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