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;
|
transition-property: box-shadow, background-color, color, border, -webkit-box-shadow;
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
-moz-appearance: none;
|
-moz-appearance: none;
|
||||||
|
-ms-appearance: none;
|
||||||
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;
|
transition-property: box-shadow, background-color, color, border;
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
-moz-appearance: none;
|
-moz-appearance: none;
|
||||||
|
-ms-appearance: none;
|
||||||
appearance: none;
|
appearance: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue