forked from Morl0ck/chrome-ext-PlayPausePandora
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoptions.css
73 lines (60 loc) · 1014 Bytes
/
options.css
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
* {
font-family: Ubuntu, Segoe, 'Lucida Grande', sans-serif;
font-size: 10pt;
color: #303942;
}
html {
margin: 12px 0 0 155px;
min-width: 576px;
max-width: 738px;
}
article + article {
margin: 36px 0 0 0;
}
code {
font: 10pt monospace;
background: #efefef;
border-radius: 3px;
padding: 2px 4px;
}
h1 {
font-size: 14pt;
font-weight: normal;
margin: 12px 0;
padding-bottom: 12px;
border-bottom: 1px solid #efefef;
}
h2 {
font-weight: normal;
font-size: 1.2em;
}
section {
margin-left: 18px;
}
label {
display: block;
margin: 6px 0;
}
.secondary {
color: #979CA0;
}
.calendar-checkbox {
-webkit-appearance: none;
vertical-align: middle;
border-radius: 2px;
height: 14px;
width: 14px;
opacity: 0.1;
}
.calendar-checkbox:checked {
opacity: 1;
}
#report-issue-steps {
display: none; /* Hidden by default; revealed when the Report Issue button is clicked. */
}
#system-info {
width: 100%;
}
#report-issue-steps ol > li {
margin-bottom: 1em;
}