aboutsummaryrefslogtreecommitdiffstats
path: root/styles/global/_reset.scss
diff options
context:
space:
mode:
Diffstat (limited to 'styles/global/_reset.scss')
-rwxr-xr-xstyles/global/_reset.scss6
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;