diff --git a/src/Hydra/root/common.tt b/src/Hydra/root/common.tt index bd71f399..caf2af13 100644 --- a/src/Hydra/root/common.tt +++ b/src/Hydra/root/common.tt @@ -19,7 +19,7 @@ [% BLOCK renderBuildList %] -
[% IF build.resultInfo.buildstatus == 0 %] diff --git a/src/Hydra/root/static/css/hydra.css b/src/Hydra/root/static/css/hydra.css index cfa75cfd..983559c7 100644 --- a/src/Hydra/root/static/css/hydra.css +++ b/src/Hydra/root/static/css/hydra.css @@ -29,6 +29,10 @@ table { margin-bottom: 1em; } +table.buildList tr:hover { + background-color: #a0a0f0; +} + .layoutTable td, .layoutTable th { border-style: none; } |