forked from normful/Chrome-Audio-Capturer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
options.css
94 lines (77 loc) · 1.06 KB
/
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
.header {
display: flex;
align-items: center;
padding-bottom: 15px;
padding-left: 20px;
border-bottom: 2px solid darkred;
}
.header-title {
padding: 0 5px;
}
h1 {
font-size: 36px;
}
img {
height: 64px;
margin: 0 20px 0 0;
}
h2 {
font-size: 26px;
}
label {
font-size: 16px;
}
.inner {
margin-left: 40px;
}
.options-list {
padding: 0;
list-style: none;
}
.options-list li {
padding: 10px;
}
.time {
font-size: 16px;
}
.limit {
display: inline-block;
margin: 0;
font-size: 12px;
}
.radioChoice {
margin-left: 15px;
}
.button {
padding: 10px;
border: 2px solid darkred;
font-size: 16px;
background-color: lavenderblush;
font-weight: bold;
margin: 10px 20px;
cursor: pointer;
white-space: nowrap;
width: 110px;
border-radius: 5px;
}
.button:hover {
color: red;
background-color: darkred;
}
#save {
font-size: 16px;
margin-left: 50px;
}
#status {
color: red;
margin-top: 8px;
margin-left: 50px;
font-size: 14px;
}
#qualityLi {
display: none;
}
#maxTime {
width: 30px;
text-align: center;
}