Improved tooltips for region scores

This commit is contained in:
fkloft
2014-12-22 19:48:43 +01:00
parent 050210612f
commit e2facb57cd
2 changed files with 24 additions and 1 deletions

View File

@ -1097,3 +1097,10 @@ table.artifact td.info {
margin: 8px;
text-align: center;
}
/* region scores */
g.checkpoint:hover circle {
fill-opacity: 1;
stroke-width: 2px;
}