egirlskey/src/client/app/reset.styl

37 lines
460 B
Stylus
Raw Normal View History

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