1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-11-02 16:15:57 +09:00
cherrypick/src/web/app/reset.styl

31 lines
398 B
Stylus
Raw Normal View History

2016-12-29 07:49:51 +09:00
input:not([type])
input[type='text']
input[type='password']
2017-08-28 19:43:34 +09:00
input[type='search']
2016-12-29 07:49:51 +09:00
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
2017-02-14 06:02:29 +09:00
2017-06-07 13:53:04 +09:00
&[disabled]
cursor default
2017-02-14 06:02:29 +09:00
pre
2017-02-16 14:37:21 +09:00
overflow auto
2017-02-14 06:02:29 +09:00
white-space pre