show drill down link only on hover

git-svn-id: https://dev.finn.de/svn/cockpit/branches/reporting_merge@1803 7926756e-e54e-46e6-9721-ed318f58905e
pull/6827/head
rkh 14 years ago committed by jwollert
parent c645bf5857
commit b84161a1d3
  1. 11
      assets/stylesheets/reporting.css

@ -279,10 +279,15 @@
/*border: 1px solid #BBBBBB;*/
}
.drill_down {
font-size: 7px;
td .drill_down, th .drill_down {
font-size: 8px;
display: block;
float: right;
margin-left: 5px;
font-weight: bold;
visibility: hidden;
}
td:hover .drill_down, th:hover .drill_down {
visibility: visible;
}

Loading…
Cancel
Save