diff --git a/interface/web/themes/default/css/screen/uni-form.css b/interface/web/themes/default/css/screen/uni-form.css index 3411d56e4aa055942c83047aaf48aaeb8613270a..6b6f74646275d74717ba9862d28100729e0013ea 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; }