summaryrefslogtreecommitdiff
path: root/src/web/app/reset.styl
blob: 10bd3113a242d33482e72e6bd98f00ac14f4286e (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
28
29
30
31
32
input:not([type])
input[type='text']
input[type='password']
input[type='search']
input[type='email']
textarea
button
progress
	-webkit-appearance none
	-moz-appearance none
	appearance none
	box-shadow none

textarea
	font-family sans-serif

button
	margin 0
	background transparent
	border none
	cursor pointer
	color inherit

	*
		pointer-events none

	&[disabled]
		cursor default

pre
	overflow auto
	white-space pre