From 77fa6d2646fe1096b556440190a90afef4c6b661 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 22 Feb 2013 18:13:18 +0100 Subject: [PATCH] Set mouse pointer to indicate you can click on rows --- src/root/static/css/hydra.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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; }