egirlskey/src/client/app/reset.styl

38 lines
517 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
2019-07-09 08:01:08 +00:00
font-family Roboto, HelveticaNeue, Arial, sans-serif
2018-02-24 18:12:57 +00:00
2016-12-28 22:49:51 +00:00
button
margin 0
background transparent
border none
cursor pointer
color inherit
2019-10-20 14:12:07 +00:00
touch-action manipulation
2016-12-28 22:49:51 +00:00
*
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