summaryrefslogtreecommitdiff
path: root/src/web/app/reset.styl
blob: cf872337cfb83f3078e910bb91af57467476eee1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
*
	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