iceshrimp-legacy/src/web/app/reset.styl
syuilo 12f472b3fc ✌️
2018-03-03 14:25:36 +09:00

33 lines
421 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
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