restyle insights chart box for transp style

pull/1334/head
Unihedron 2015-12-17 19:45:56 +08:00
parent 65b81b1636
commit 7c14fd4750
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
body.transp #insight .chart {
background: rgba(0,0,0,0.6);
box-shadow: inset 0 0 9px rgba(255,255,255,0.5);
}
body.transp #insight .chart rect[fill="rgba(120,120,120,0.2)"] {
fill: rgba(120,120,120,0.4);
}