From 17fb4a4ffb41b44ff54a0233afeb64ee3a34469f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20Gond=C5=BEa?= Date: Thu, 18 Jun 2015 22:01:26 +0200 Subject: [PATCH] [JENKINS-27436] Fix button link appearance --- war/src/main/webapp/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/war/src/main/webapp/css/style.css b/war/src/main/webapp/css/style.css index d635a76cfd..31480a0fdc 100644 --- a/war/src/main/webapp/css/style.css +++ b/war/src/main/webapp/css/style.css @@ -1579,6 +1579,7 @@ table#legend-table td { border-style: none; border-color: transparent; background: none; + text-decoration: none; } #jenkins .yui-button .first-child { @@ -1685,4 +1686,4 @@ table#legend-table td { background-color: #e5958c; color: #f8f8f8; border: 1px solid #e39280; -} \ No newline at end of file +} -- GitLab