diff --git a/plottable.css b/plottable.css index aa538b2c34..a4c1b97973 100644 --- a/plottable.css +++ b/plottable.css @@ -47,6 +47,10 @@ svg.plottable { font-family: sans-serif; } +.plottable .tooltip { + opacity: 1; +} + .plottable .tooltip text { font-size: 10pt; fill: #DDDDDD; @@ -65,10 +69,6 @@ svg.plottable { opacity: 1; } -.plottable .tooltip text { - font-size: 12pt; -} - .plottable .gridlines line { stroke: #999; stroke-dasharray: 2, 2;