summaryrefslogtreecommitdiffstats
path: root/addon_firefox/bcma/style.css
blob: e66a29e93d2b047166110ed30f15bf52c3fc3264 (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
*::-moz-focus-inner {
	border: 0
}

*:focus {
	outline: none;
	outline-style: none
}

button {
	background-color: transparent;
	background-repeat: no-repeat;
	border: 0;
	overflow: hidden;
	outline: none;
	outline-style: none;
	cursor: pointer
}

body {
	font: 13px Verdana;
	overflow-x: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	cursor: default
}

button {
	display: inline-block;
	height: 27px
}

div {
	-webkit-user-select: none;
	-moz-user-select: none
}

hr {
	color: #dcdcdc;
	height: 0;
	background: #dcdcdc
}

label {
	-webkit-user-select: none;
	-moz-user-select: none
}

textarea {
	white-space: pre;
	overflow-wrap: normal;
	overflow-x: scroll
}