diff --git a/src/root/static/css/hydra.css b/src/root/static/css/hydra.css index a0010b8e..d3fe5a17 100644 --- a/src/root/static/css/hydra.css +++ b/src/root/static/css/hydra.css @@ -46,5 +46,9 @@ table.info-table th { /* Missing in bootstrap 2.0.2 */ .text-warning { - color: #c09853; + color: #c09853; +} + +table.clickable-rows > tbody > tr { + cursor: pointer; }