Skip to content

Commit

Permalink
Version 1.5.9 (Tabular Heat Chart)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesleesaunders committed Nov 1, 2015
1 parent 8f379e4 commit 357a6b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/css/tabularHeatChart.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/* === Tabular Heat Chart Styles === */
.tabularHeatChart rect.card {
stroke: #B6B6B6;
stroke: #b6b6b6;
stroke-width: 0.5px;
}
.tabularHeatChart rect.card:hover {
opacity: 0.7;
stroke: #B6B6B6;
stroke: #b6b6b6;
cursor: pointer;
}

0 comments on commit 357a6b7

Please sign in to comment.