58 lines
881 B
Plaintext
58 lines
881 B
Plaintext
|
|
|
|
VFXFlowAnchor #connector #hole #cap{
|
|
width:0;
|
|
height:0;
|
|
}
|
|
|
|
VFXFlowAnchor #connector.portHighlight #hole #cap{
|
|
background-color: rgb(220, 220, 220);
|
|
}
|
|
|
|
VFXFlowAnchor.port.EdgeConnector
|
|
{
|
|
padding-left:0;
|
|
padding-right:0;
|
|
margin-left: 12px;
|
|
margin-right: 12px;
|
|
width: 100px;
|
|
height: 28px;
|
|
--port-color:rgb(220, 220, 220);
|
|
flex-direction:column-reverse;
|
|
}
|
|
|
|
VFXFlowAnchor.port.EdgeConnector.output
|
|
{
|
|
flex-direction:column;
|
|
}
|
|
|
|
|
|
VFXFlowAnchor.port.EdgeConnector #connector
|
|
{
|
|
width: 12px;
|
|
height: 12px;
|
|
margin-left: 2px;
|
|
margin-right: 2px;
|
|
}
|
|
|
|
VFXFlowAnchor.port.EdgeConnector #type
|
|
{
|
|
position:Absolute;
|
|
width: 42px;
|
|
top: 1px;
|
|
left: 58px;
|
|
margin-left:0;
|
|
margin-right:0;
|
|
}
|
|
|
|
|
|
VFXFlowAnchor.port.EdgeConnector #connector #cap
|
|
{
|
|
width: 8px;
|
|
height: 8px;
|
|
}
|
|
|
|
VFXFlowAnchor.connected #connector
|
|
{
|
|
}
|