diff --git a/src/Hydra/root/build.tt b/src/Hydra/root/build.tt
index fcd74fb8..00f2fed6 100644
--- a/src/Hydra/root/build.tt
+++ b/src/Hydra/root/build.tt
@@ -170,7 +170,8 @@
[% FOREACH step IN build.buildsteps -%]
-
+
[% step.stepnr %] |
[% IF step.type == 0 %]
diff --git a/src/Hydra/root/common.tt b/src/Hydra/root/common.tt
index caf2af13..000fd1a5 100644
--- a/src/Hydra/root/common.tt
+++ b/src/Hydra/root/common.tt
@@ -38,7 +38,7 @@
|
[% FOREACH build IN builds -%]
-
[% IF !hideResultInfo %]
diff --git a/src/Hydra/root/static/css/hydra.css b/src/Hydra/root/static/css/hydra.css
index 983559c7..77e7fe4c 100644
--- a/src/Hydra/root/static/css/hydra.css
+++ b/src/Hydra/root/static/css/hydra.css
@@ -29,8 +29,9 @@ table {
margin-bottom: 1em;
}
-table.buildList tr:hover {
+tr.clickable:hover {
background-color: #a0a0f0;
+ cursor: pointer;
}
.layoutTable td, .layoutTable th {
|