From 070084e95a8fb4af37199bd22071f4687e5cbf49 Mon Sep 17 00:00:00 2001 From: cfoe <cfoe@ispconfig3> Date: Wed, 4 Jul 2012 23:13:18 +0000 Subject: [PATCH] removed coding errors --- interface/web/themes/default/css/screen/uni-form.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/web/themes/default/css/screen/uni-form.css b/interface/web/themes/default/css/screen/uni-form.css index 3411d56e4a..6b6f746462 100644 --- a/interface/web/themes/default/css/screen/uni-form.css +++ b/interface/web/themes/default/css/screen/uni-form.css @@ -123,8 +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 - color: #000000;; + background:#FFFFFF none repeat scroll 0 0; + color: #000000; border: 1px solid #DFDFDF; padding: 1px; } -- GitLab