author | Chloe Laisne <chloe.laisne@gmail.com> |
Thu, 23 Jun 2016 17:09:32 +0200 | |
changeset 200 | a441c40f9c5e |
parent 188 | d2cb39155997 |
child 223 | 2457942e7453 |
permissions | -rw-r--r-- |
84 | 1 |
#chart_div { |
188
d2cb39155997
/langue endpoint ID querystring parameter
Chloe Laisne <chloe.laisne@gmail.com>
parents:
95
diff
changeset
|
2 |
width: 100%; |
d2cb39155997
/langue endpoint ID querystring parameter
Chloe Laisne <chloe.laisne@gmail.com>
parents:
95
diff
changeset
|
3 |
height: 540px; |
d2cb39155997
/langue endpoint ID querystring parameter
Chloe Laisne <chloe.laisne@gmail.com>
parents:
95
diff
changeset
|
4 |
background: #ddd; |
68
69977e2aa39e
improve general design of components
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
5 |
} |
84 | 6 |
|
7 |
text { |
|
188
d2cb39155997
/langue endpoint ID querystring parameter
Chloe Laisne <chloe.laisne@gmail.com>
parents:
95
diff
changeset
|
8 |
pointer-events: none; |
84 | 9 |
} |
10 |
||
11 |
.grandparent text { |
|
188
d2cb39155997
/langue endpoint ID querystring parameter
Chloe Laisne <chloe.laisne@gmail.com>
parents:
95
diff
changeset
|
12 |
font-weight: bold; |
84 | 13 |
} |
14 |
||
15 |
rect { |
|
188
d2cb39155997
/langue endpoint ID querystring parameter
Chloe Laisne <chloe.laisne@gmail.com>
parents:
95
diff
changeset
|
16 |
stroke: #fff; |
84 | 17 |
} |
18 |
||
19 |
rect.parent, |
|
20 |
.grandparent rect { |
|
188
d2cb39155997
/langue endpoint ID querystring parameter
Chloe Laisne <chloe.laisne@gmail.com>
parents:
95
diff
changeset
|
21 |
stroke-width: 2px; |
84 | 22 |
} |
23 |
||
24 |
.grandparent rect { |
|
200
a441c40f9c5e
Fix playlist filtering
Chloe Laisne <chloe.laisne@gmail.com>
parents:
188
diff
changeset
|
25 |
fill: #becfd4; |
84 | 26 |
} |
27 |
||
28 |
.children rect.parent, |
|
29 |
.grandparent rect { |
|
188
d2cb39155997
/langue endpoint ID querystring parameter
Chloe Laisne <chloe.laisne@gmail.com>
parents:
95
diff
changeset
|
30 |
cursor: pointer; |
84 | 31 |
} |
32 |
||
33 |
.children rect.parent { |
|
188
d2cb39155997
/langue endpoint ID querystring parameter
Chloe Laisne <chloe.laisne@gmail.com>
parents:
95
diff
changeset
|
34 |
fill-opacity: .5; |
d2cb39155997
/langue endpoint ID querystring parameter
Chloe Laisne <chloe.laisne@gmail.com>
parents:
95
diff
changeset
|
35 |
} |