diff options
Diffstat (limited to 'styles/global')
-rwxr-xr-x | styles/global/_reset.scss | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/styles/global/_reset.scss b/styles/global/_reset.scss index 0dc1326..a93ed5c 100755 --- a/styles/global/_reset.scss +++ b/styles/global/_reset.scss @@ -49,7 +49,11 @@ table { border-collapse: collapse; border-spacing: 0; } - +textarea, input, button, select { + appearance: none; + -moz-appearance: none; + -webkit-appearance: none; +} html{ min-width: 320px; background: white; |