-
Notifications
You must be signed in to change notification settings - Fork 57
/
popup.css
63 lines (52 loc) · 868 Bytes
/
popup.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
body {
min-width: 400px;
max-width: 800px;
}
textarea {
border-width: 0 !important;
font-family: monospace !important;
margin: 2px !important;
padding: 3px !important;
resize: none;
}
.options {
padding: 10px;
background-color: rgba(0, 0, 0, 0.06);
border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.reset {
float: right;
font-size: 80%;
}
input[type="text"] {
font-family: monospace;
}
label {
margin-right: 1em;
line-height: 2.00;
display: inline-block;
}
label.text-input {
display: block;
margin: 0;
clear: both;
}
label.text-input input[type="text"] {
width: 35em;
float: right;
}
.panel-section-tabs-separator {
margin: 8px 0;
}
.panel-section-tabs-button {
text-align: unset;
margin: 0;
overflow: hidden;
}
.panel-section-footer-button {
text-align: unset;
margin: 0;
}
.file-size {
opacity: 0.5;
}