cxviz-rawtree
Version:
Raw Tree Visualization
29 lines (23 loc) • 420 B
text/less
.cxviz-rawtree {
font-family: 'Lucida Grande', sans-serif;
font-size: 12px;
ul {
list-style: none;
padding: 0 0 0 20px;
}
}
.cxviz-rawtree-item {
background: #fff;
}
.cxviz-raw-axis path,
.cxviz-raw-axis line {
fill: none;
stroke: #000;
shape-rendering: crispEdges;
}
.cxviz-rawtree-highlight > div {
background-color: #FFFF66
}
.cxviz-rawtree-selected > div {
background-color: #ff6;
}