Browse Source

Add expanded circle style

pull/1/head
Masayuki Tanaka 12 years ago committed by masayuki
parent
commit
9f3ec23edd
  1. 4
      c3.css

4
c3.css

@ -28,6 +28,10 @@ path, line {
}
/*-- Point --*/
.__circle._e_ {
stroke-width: 1px;
stroke: white;
}
.selected-circle {
fill: white;
stroke-width: 2px;

Loading…
Cancel
Save