fnp
/
fnpeditor.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
484385f26796103bf645c6f498a25577a7fba9e9
[fnpeditor.git]
/
modules
/
documentCanvas
/
canvas
/
widgets.less
1
[document-node-element] {
2
.canvas-widgets {
3
display: inline;
4
}
5
6
.canvas-widget {
7
display: none;
8
}
9
10
.canvas-widget-label {
11
position: absolute;
12
display: none;
13
top: -20px;
14
left:0;
15
background-color: red;
16
color: white;
17
font-size:12px;
18
font-weight: bold;
19
padding: 1px 3px;
20
//width:300px;
21
opacity: 0.65;
22
font-family: monospace;
23
z-index:9999;
24
white-space: nowrap;
25
}
26
}