bug 55070
This commit is contained in:
parent
9ee9022c9e
commit
0ff0ed3a15
|
@ -230,9 +230,6 @@ label {
|
|||
color: @text-normal;
|
||||
}
|
||||
}
|
||||
input.form-control:-ms-input-placeholder {
|
||||
color: @text-tertiary-ie;
|
||||
}
|
||||
|
||||
textarea {
|
||||
background-color: @background-normal-ie;
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue