mirror of https://gitee.com/bigwinds/arangodb
32 lines
366 B
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;
|
|
} |