2018-05-20 03:37:30 -05:00
|
|
|
input
|
2019-05-04 19:27:55 -05:00
|
|
|
min-width 0
|
2018-05-20 03:37:30 -05:00
|
|
|
|
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
|
2019-03-31 12:28:32 -05:00
|
|
|
user-select 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
|