1
0
mirror of https://github.com/jdan/98.css.git synced 2026-05-05 06:01:22 +09:00

fix input[type="text"] and textarea styles in safari mobile

This commit is contained in:
Jaime López
2020-04-22 14:31:53 -05:00
parent 7509c17bcf
commit fa2d8dd2e2
3 changed files with 28 additions and 0 deletions

View File

@@ -315,6 +315,10 @@ textarea {
box-shadow: var(--border-field);
background-color: var(--button-highlight);
box-sizing: border-box;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 0;
}
input[type="text"],