yumechi-no-kuni/src/client/app/reset.styl

36 lines
443 B
Stylus
Raw Normal View History

2018-05-20 03:37:30 -05:00
input
min-width 0px
2016-12-28 16:49:51 -06:00
input:not([type])
input[type='text']
input[type='password']
2017-08-28 05:43:34 -05:00
input[type='search']
2016-12-28 16:49:51 -06:00
input[type='email']
textarea
button
progress
-webkit-appearance none
-moz-appearance none
appearance none
box-shadow none
2018-02-24 12:12:57 -06:00
textarea
font-family sans-serif
2016-12-28 16:49:51 -06:00
button
margin 0
background transparent
border none
cursor pointer
color inherit
*
pointer-events none
2017-02-13 15:02:29 -06:00
2017-06-06 23:53:04 -05:00
&[disabled]
cursor default
2017-02-13 15:02:29 -06:00
pre
2017-02-15 23:37:21 -06:00
overflow auto
2017-02-13 15:02:29 -06:00
white-space pre