bootstrap-vz/docs/_static/taskoverview.less

29 lines
444 B
Text
Raw Normal View History

2014-05-10 16:42:35 +02:00
#taskoverview-graph {
g.hulls path {
opacity: 0.25;
}
g.hull-labels text {
}
g.nodes circle {
stroke: #000000;
opacity: .9;
stroke-width: 1.5px;
}
g.node-labels text {
pointer-events: none;
font: 10px sans-serif;
text-anchor: middle;
text-shadow: 0 0 2px #FFFFFF;
font-weight: bold;
opacity: 0;
&.hover {
transition: opacity .5s;
opacity: .9;
}
}
g.links line {
stroke: #999;
stroke-opacity: .6;
}
}