bug 55070

This commit is contained in:
OVSharova 2022-10-19 21:46:51 +03:00
parent 6314ed452c
commit 9ee9022c9e

View file

@ -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();
}