From 7f47f28a88fb87cf21bd317b4325fcb7db48b2e9 Mon Sep 17 00:00:00 2001 From: Daniel Mane Date: Tue, 15 Jul 2014 15:43:07 -0700 Subject: [PATCH] Force Plottable Tooltips to be opaque --- plottable.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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;