Blame view

datalets/graph-datalet/static/css/graphClusteringStyle.css 335 Bytes
cc7592d4   Luigi Serra   graphs update
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;

  }