[hotfix] parallel coordinates grey background on hover

This commit is contained in:
Maxime Beauchemin
2016-06-13 22:44:41 -07:00
parent 77d8ccba87
commit bacbd909d1
2 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
.para div.grid {
overflow: auto;
}
.para .grid div.row:hover {
background-color: #CCC;
}