Minor css tweak to the bullet

This commit is contained in:
Bob Monteverde 2012-12-05 17:52:10 -05:00
parent 9a67e18e08
commit 2338ebc8ce

View File

@ -483,8 +483,8 @@ svg .title {
*/
.nvd3.nv-bullet { font: 10px sans-serif; }
.nvd3.nv-bullet rect { fill-opacity: .6; }
.nvd3.nv-bullet rect:hover { fill-opacity: 1; }
.nvd3.nv-bullet .nv-measure { fill-opacity: .8; }
.nvd3.nv-bullet .nv-measure:hover { fill-opacity: 1; }
.nvd3.nv-bullet .nv-marker { stroke: #000; stroke-width: 2px; }
.nvd3.nv-bullet .nv-markerTriangle { stroke: #000; fill: #fff; stroke-width: 1.5px; }
.nvd3.nv-bullet .nv-tick line { stroke: #666; stroke-width: .5px; }
@ -495,10 +495,12 @@ svg .title {
.nvd3.nv-bullet .nv-subtitle { fill: #999; }
.nvd3.nv-bullet .nv-rangeMin,
.nvd3.nv-bullet .nv-rangeAvg,
.nvd3.nv-bullet .nv-rangeMax {
.nvd3.nv-bullet .nv-range {
fill: #999;
fill-opacity: .4;
}
.nvd3.nv-bullet .nv-range:hover {
fill-opacity: .7;
}