iceshrimp-legacy/src/client/app/reset.styl

37 lines
460 B
Stylus
Raw Normal View History

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