summaryrefslogtreecommitdiff
path: root/src/web/app/reset.styl
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2016-12-29 07:49:51 +0900
committersyuilo <syuilotan@yahoo.co.jp>2016-12-29 07:49:51 +0900
commitb3f42e62af698a67c2250533c437569559f1fdf9 (patch)
treecdf6937576e99cccf85e6fa3aa8860a1173c7cfb /src/web/app/reset.styl
downloadmisskey-b3f42e62af698a67c2250533c437569559f1fdf9.tar.gz
misskey-b3f42e62af698a67c2250533c437569559f1fdf9.tar.bz2
misskey-b3f42e62af698a67c2250533c437569559f1fdf9.zip
Initial commit :four_leaf_clover:
Diffstat (limited to 'src/web/app/reset.styl')
-rw-r--r--src/web/app/reset.styl27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/web/app/reset.styl b/src/web/app/reset.styl
new file mode 100644
index 0000000000..cf872337cf
--- /dev/null
+++ b/src/web/app/reset.styl
@@ -0,0 +1,27 @@
+*
+ position relative
+ box-sizing border-box
+ background-clip padding-box !important
+
+input:not([type])
+input[type='text']
+input[type='password']
+input[type='email']
+textarea
+button
+progress
+ -webkit-appearance none
+ -moz-appearance none
+ appearance none
+ box-shadow none
+
+button
+ margin 0
+ padding 0
+ background transparent
+ border none
+ cursor pointer
+ color inherit
+
+ *
+ pointer-events none