added -ms-appearance: none;

This commit is contained in:
Raphael Goetter 2017-09-22 11:27:13 +02:00
parent 1736d2d8f8
commit 6ac9bea024
3 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -53,6 +53,7 @@ textarea {
transition-property: box-shadow, background-color, color, border;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
appearance: none;
}