mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 15:33:23 +08:00
bug 55070
This commit is contained in:
@ -9,7 +9,9 @@
|
||||
border: @scaled-one-px-value solid @border-regular-control;
|
||||
background-color: @background-normal-ie;
|
||||
background-color: @background-normal;
|
||||
|
||||
&:-ms-input-placeholder {
|
||||
color: @text-tertiary-ie;
|
||||
}
|
||||
&:focus {
|
||||
border-color: @border-control-focus-ie;
|
||||
border-color: @border-control-focus;
|
||||
@ -116,10 +118,6 @@ 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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user