diff --git a/war/src/main/webapp/css/style.css b/war/src/main/webapp/css/style.css index 55f4aa6914e7603ce3fc0dbc7ebb2caf555e941f..3f509d91abc8526bed9a36168484d348de8e2c3a 100644 --- a/war/src/main/webapp/css/style.css +++ b/war/src/main/webapp/css/style.css @@ -283,6 +283,14 @@ pre.console { font-size: 12pt; } +#jenkins .task-link { + text-decoration: none; +} + +#jenkins .task-link:hover { + text-decoration: underline; +} + .task { white-space: nowrap; }