graflow: editable=>moving nodes
This commit is contained in:
35
buildoz.css
35
buildoz.css
@@ -204,3 +204,38 @@ bz-graflow .bzgf-main-container{
|
||||
position: relative;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
/* BZGRAFLOW_CORE_START */
|
||||
/* bz-graflow internal layout rules (used in light DOM, and injected into shadow DOM when isolated) */
|
||||
bz-graflow .bzgf-wires-container,
|
||||
bz-graflow .bzgf-nodes-container{
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
bz-graflow .bzgf-nodes-container .bzgf-node{ position:absolute; }
|
||||
bz-graflow .bzgf-nodes-container .bzgf-fake-node{
|
||||
position: absolute;
|
||||
width: 5px;
|
||||
height: 5px;
|
||||
background: transparent;
|
||||
border-style: none;
|
||||
}
|
||||
bz-graflow .bzgf-nodes-container button.bzgf-zoom-in{
|
||||
z-index: 999;
|
||||
position: absolute;
|
||||
top: -0.5em;
|
||||
right: -1em;
|
||||
color: black;
|
||||
width: 2em;
|
||||
height: 2em;
|
||||
padding: 0;
|
||||
}
|
||||
bz-graflow button.bzgf-zoom-out{
|
||||
z-index: 999;
|
||||
position: absolute;
|
||||
left: 5px;
|
||||
top: 5px;
|
||||
}
|
||||
/* BZGRAFLOW_CORE_END */
|
||||
|
||||
Reference in New Issue
Block a user