cms/app-client/app/styles/tabs/langues.scss
author nowmad@23.1.168.192.in-addr.arpa
Fri, 22 Jan 2016 11:14:11 +0100
changeset 96 719390899adf
parent 95 f7ab931581af
child 188 d2cb39155997
permissions -rw-r--r--
add action helper on "thematique" click or input enter to set the "thematique" parameter

#chart_div {
  width: 100%;
  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;*/
}