cms/app-client/app/styles/tabs/langues.scss
author ymh <ymh.work@gmail.com>
Fri, 05 Feb 2016 17:01:09 +0100
changeset 117 7abc74acf392
parent 95 f7ab931581af
child 188 d2cb39155997
permissions -rw-r--r--
When merging ore:aggregation, process the license correctly, if different or null, the default is use, if the same, this is the value used

#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;*/
}