cms/app-client/app/styles/tabs/langues.scss
author nowmad@nowmads-macbook-pro.local
Wed, 20 Jan 2016 23:51:55 +0100
changeset 92 3437f5191645
parent 84 36f84e8f1ad5
child 95 f7ab931581af
permissions -rw-r--r--
fix warnings

#chart_div {
  width: 560px;
  height: 540px;
  background: #ddd;
}

text {
  pointer-events: none;
}

.grandparent text {
  font-weight: bold;
}

rect {
  /*fill: none;*/
  stroke: #fff;
}

rect.parent,
.grandparent rect {
  stroke-width: 2px;
}

.grandparent rect {
  fill: green;
}

.grandparent:hover rect {
  fill: lightgreen;
}

.children rect.parent,
.grandparent rect {
  cursor: pointer;
}

.children rect.parent {
  /*fill: #bbb;*/
  fill-opacity: .5;
}

.children:hover rect.child {
  /*fill: #bbb;*/
}