Logo white

WebCompDev / COMPONENTS

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • COMPONENTS
  • datalets
  • graph-datalet
  • static
  • css
  • graphClusteringStyle.css
  • graphs update
    cc7592d4
    Luigi Serra authored
    2015-12-17 20:37:55 +0100  
    Browse Code ยป
graphClusteringStyle.css 335 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
#sbiricuda {
    border: 1px solid #ccc;
}

.node {
    fill: lightsteelblue;
    stroke: #FFFFFF;
    stroke-width: 3px;
}
.leaf {
    stroke: #fff;
    stroke-width: 1.5px;
}
.hull {
    fill: lightsteelblue;
    fill-opacity: 0.3;
}
.link {
    stroke: #333;
    stroke-opacity: 0.5;
    pointer-events: none;
}