-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpopup.css
More file actions
41 lines (35 loc) · 690 Bytes
/
Copy pathpopup.css
File metadata and controls
41 lines (35 loc) · 690 Bytes
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
/* QuickTab - Popup Settings */
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
background: #1e1e1e;
color: rgba(255, 255, 255, 0.9);
}
.quicktab-popup {
width: 260px;
padding: 16px;
}
.quicktab-title {
font-size: 15px;
font-weight: 600;
margin: 0 0 14px;
}
.quicktab-option {
display: flex;
align-items: center;
gap: 8px;
cursor: pointer;
font-size: 13px;
}
.quicktab-option input[type="checkbox"] {
width: 14px;
height: 14px;
accent-color: #3b82f6;
cursor: pointer;
}
.quicktab-hint {
margin: 8px 0 0;
font-size: 11px;
color: rgba(255, 255, 255, 0.4);
line-height: 1.4;
}