-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontent.css
More file actions
47 lines (44 loc) · 1.31 KB
/
Copy pathcontent.css
File metadata and controls
47 lines (44 loc) · 1.31 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
[data-webmeld-selected="true"] {
outline: 2px solid #7657f6 !important;
outline-offset: 4px !important;
}
#webmeld-highlight {
position: fixed !important;
z-index: 2147483646 !important;
display: none;
pointer-events: none !important;
border: 2px solid #7657f6 !important;
border-radius: 9px !important;
background: rgba(118, 87, 246, 0.12) !important;
box-shadow: 0 0 0 4px rgba(118, 87, 246, 0.14), 0 0 0 9999px rgba(19, 27, 45, 0.13) !important;
transition: top 100ms ease, left 100ms ease, width 100ms ease, height 100ms ease !important;
}
#webmeld-highlight::before {
content: attr(data-label);
position: absolute;
top: -31px;
left: -2px;
max-width: min(420px, 72vw);
overflow: hidden;
padding: 6px 9px;
border-radius: 7px 7px 0 0;
color: #ffffff;
background: #6047e4;
box-shadow: 0 5px 14px rgba(72, 52, 174, 0.25);
font: 800 11px/1.2 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
text-overflow: ellipsis;
white-space: nowrap;
}
#webmeld-highlight::after {
content: attr(data-meta);
position: absolute;
right: -2px;
bottom: -25px;
padding: 5px 7px;
border-radius: 0 0 6px 6px;
color: #6047e4;
background: #ffffff;
box-shadow: 0 5px 14px rgba(35, 35, 65, 0.14);
font: 800 9px/1.2 ui-monospace, SFMono-Regular, Menlo, monospace;
white-space: nowrap;
}