summaryrefslogtreecommitdiff
path: root/src/client/app/reset.styl
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-03-29 20:32:18 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-03-29 20:32:18 +0900
commitcf33e483f7e6f40e8cbbbc0118a7df70bdaf651f (patch)
tree318279530d3392ee40d91968477fc0e78d5cf0f7 /src/client/app/reset.styl
parentUpdate .travis.yml (diff)
downloadmisskey-cf33e483f7e6f40e8cbbbc0118a7df70bdaf651f.tar.gz
misskey-cf33e483f7e6f40e8cbbbc0118a7df70bdaf651f.tar.bz2
misskey-cf33e483f7e6f40e8cbbbc0118a7df70bdaf651f.zip
整理した
Diffstat (limited to 'src/client/app/reset.styl')
-rw-r--r--src/client/app/reset.styl32
1 files changed, 32 insertions, 0 deletions
diff --git a/src/client/app/reset.styl b/src/client/app/reset.styl
new file mode 100644
index 0000000000..10bd3113a2
--- /dev/null
+++ b/src/client/app/reset.styl
@@ -0,0 +1,32 @@
+input:not([type])
+input[type='text']
+input[type='password']
+input[type='search']
+input[type='email']
+textarea
+button
+progress
+ -webkit-appearance none
+ -moz-appearance none
+ appearance none
+ box-shadow none
+
+textarea
+ font-family sans-serif
+
+button
+ margin 0
+ background transparent
+ border none
+ cursor pointer
+ color inherit
+
+ *
+ pointer-events none
+
+ &[disabled]
+ cursor default
+
+pre
+ overflow auto
+ white-space pre