From bf420e07b6a8ed6d0a42cdaef5f3f70ad58ce7fc Mon Sep 17 00:00:00 2001
From: marknl <marknl@ispconfig3>
Date: Fri, 26 Aug 2011 13:17:19 +0000
Subject: [PATCH] FS#1516 - Text color for input fields

---
 interface/web/themes/default/css/screen/uni-form.css | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/interface/web/themes/default/css/screen/uni-form.css b/interface/web/themes/default/css/screen/uni-form.css
index 0451aaec7..b1a476dc1 100644
--- a/interface/web/themes/default/css/screen/uni-form.css
+++ b/interface/web/themes/default/css/screen/uni-form.css
@@ -123,7 +123,8 @@ YOU CAN VERY EASILY REVERT TO A GENERIC STYLE OF UNI-FORM. BEST OF LUCK...
 /* This is the main unit that contains our form elements */
 
 .uniForm .textInput, .uniForm .selectInput, .uniForm textarea {
-	background:#FFFFFF none repeat scroll 0 0;
+	background:#FFFFFF none repeat scroll 0 0
+	color: #000000;;
 	border: 1px solid #DFDFDF;
 	padding: 1px;
 }
-- 
GitLab