Files
webthink/nodeRel.css
2020-04-27 15:35:11 -05:00

15 lines
195 B
CSS
Executable File

div.defaultPoint {
position:absolute;
background:#F7D56D;
width:3px;
height:3px;
z-index:0;
}
div.freePoint {
position:absolute;
background:#cccccc;
width:2px;
height:2px;
z-index:0;
}