aboutsummaryrefslogtreecommitdiffstats
path: root/styles/global/_reset.scss
diff options
context:
space:
mode:
authorGravatar piotrruss <mail@pruss.it> 2021-09-05 11:49:35 +0200
committerGravatar piotrruss <mail@pruss.it> 2021-09-05 11:49:35 +0200
commitdd7c9b02b9c4101d836e8c9b1f04c60f37dbddf5 (patch)
treeafb5100de92228e6e91d6ba48ff01fcee7e1a640 /styles/global/_reset.scss
parent1e14a1101933dcfec3f357c590a455649db375ff (diff)
downloadmy_apps-dd7c9b02b9c4101d836e8c9b1f04c60f37dbddf5.tar.gz
my_apps-dd7c9b02b9c4101d836e8c9b1f04c60f37dbddf5.tar.bz2
my_apps-dd7c9b02b9c4101d836e8c9b1f04c60f37dbddf5.zip
add meta to block zoom
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;