mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-13 09:03:09 +02:00
28 lines
394 B
Stylus
28 lines
394 B
Stylus
|
*
|
||
|
position relative
|
||
|
box-sizing border-box
|
||
|
background-clip padding-box !important
|
||
|
|
||
|
input:not([type])
|
||
|
input[type='text']
|
||
|
input[type='password']
|
||
|
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
|