1
0
Fork 0
arangodb/html/admin/js/graphViewer/style/graphlayout.css

32 lines
366 B
CSS

.link {
fill: none;
stroke: #666;
stroke-width: 1px;
}
.edgegradient {
stroke: url("#edgegradient");
}
.node circle {
cursor: pointer;
fill: #ccc;
stroke: #fff;
stroke-width: 1px;
}
circle.expanded {
fill: #8AA051;
}
circle.collapsed {
fill: #FF8F35;
}
text {
font: 10px sans-serif;
pointer-events: none;
}
marker#arrow {
fill: #666;
}