-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathselector.css
More file actions
68 lines (63 loc) · 1.91 KB
/
Copy pathselector.css
File metadata and controls
68 lines (63 loc) · 1.91 KB
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
/* MediaBlock Pro - Area Snipping / Screenshot Selector Styles */
#mb-snip-overlay {
position: fixed !important;
inset: 0 !important;
width: 100vw !important;
height: 100vh !important;
z-index: 2147483646 !important;
cursor: crosshair !important;
user-select: none !important;
-webkit-user-select: none !important;
background: rgba(0, 0, 0, 0.35) !important;
}
#mb-snip-banner {
position: fixed !important;
top: 18px !important;
left: 50% !important;
transform: translateX(-50%) !important;
background: #141418 !important;
border: 1px solid #2a2a34 !important;
color: #f0f0f5 !important;
padding: 8px 16px !important;
border-radius: 100px !important;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
font-size: 13px !important;
font-weight: 600 !important;
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.6) !important;
pointer-events: none !important;
z-index: 2147483647 !important;
display: flex !important;
align-items: center !important;
gap: 8px !important;
}
#mb-snip-banner .snip-key {
background: #252530 !important;
border: 1px solid #3a3a48 !important;
color: #a0a0b0 !important;
padding: 1px 6px !important;
border-radius: 4px !important;
font-size: 11px !important;
}
#mb-snip-box {
position: fixed !important;
border: 2px solid #3b82f6 !important;
background: transparent !important;
box-shadow: 0 0 0 99999px rgba(0, 0, 0, 0.45) !important;
pointer-events: none !important;
z-index: 2147483647 !important;
box-sizing: border-box !important;
display: none;
}
#mb-snip-dim {
position: absolute !important;
bottom: -24px !important;
right: 0 !important;
background: #141418 !important;
border: 1px solid #3b82f6 !important;
color: #fff !important;
font-size: 10px !important;
font-family: monospace !important;
padding: 2px 6px !important;
border-radius: 4px !important;
white-space: nowrap !important;
}