added -ms-appearance: none;
This commit is contained in:
parent
1736d2d8f8
commit
6ac9bea024
3 changed files with 3 additions and 1 deletions
|
@ -1943,6 +1943,7 @@ textarea {
|
|||
transition-property: box-shadow, background-color, color, border, -webkit-box-shadow;
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
-ms-appearance: none;
|
||||
appearance: none;
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -53,6 +53,7 @@ textarea {
|
|||
transition-property: box-shadow, background-color, color, border;
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
-ms-appearance: none;
|
||||
appearance: none;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue