bug 55070

This commit is contained in:
OVSharova 2022-10-19 22:32:08 +03:00
parent 9ee9022c9e
commit 0ff0ed3a15
2 changed files with 4 additions and 3 deletions

View file

@ -230,9 +230,6 @@ label {
color: @text-normal;
}
}
input.form-control:-ms-input-placeholder {
color: @text-tertiary-ie;
}
textarea {
background-color: @background-normal-ie;

View file

@ -116,6 +116,10 @@ input[type="text"]::selection, textarea::selection {
color: @text-inverse;
}
input.form-control:-ms-input-placeholder {
color: @text-tertiary-ie;
}
textarea.form-control:focus {
//border-color: @border-control-focus;
}