From f98699fa487e8479a4c3bca4cf651bdb9ef28004 Mon Sep 17 00:00:00 2001 From: quinox Date: Wed, 17 Sep 2014 09:38:44 +0200 Subject: [PATCH] [FIXED JENKINS-24703] Do not set any colors for input elements --- war/src/main/webapp/css/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/war/src/main/webapp/css/style.css b/war/src/main/webapp/css/style.css index 9823f39c4c..701352dc24 100644 --- a/war/src/main/webapp/css/style.css +++ b/war/src/main/webapp/css/style.css @@ -122,8 +122,11 @@ body, table, form, input, td, th, p, textarea, select { font-family: Helvetica, Arial, sans-serif; font-size: 13px; +} + +body, table, form, td, th, p +{ color: #333; - background-color: #fff; } FORM { -- GitLab