Skip to content

Commit

Permalink
Force Plottable Tooltips to be opaque
Browse files Browse the repository at this point in the history
  • Loading branch information
teamdandelion committed Jul 15, 2014
1 parent e76e491 commit 7f47f28
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions plottable.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ svg.plottable {
font-family: sans-serif;
}

.plottable .tooltip {
opacity: 1;
}

.plottable .tooltip text {
font-size: 10pt;
fill: #DDDDDD;
Expand All @@ -65,10 +69,6 @@ svg.plottable {
opacity: 1;
}

.plottable .tooltip text {
font-size: 12pt;
}

.plottable .gridlines line {
stroke: #999;
stroke-dasharray: 2, 2;
Expand Down

0 comments on commit 7f47f28

Please sign in to comment.