misskey/src/web/app/reset.styl
syuilo e7fbf873ef ✌️
2017-11-02 12:39:19 +09:00

30 lines
398 B
Stylus

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
button
margin 0
padding 0
background transparent
border none
cursor pointer
color inherit
*
pointer-events none
&[disabled]
cursor default
pre
overflow auto
white-space pre