From 6b48ed41c18084118825c070a055daddb4d1847c Mon Sep 17 00:00:00 2001 From: mb863 Date: Thu, 9 Dec 2010 19:11:44 +0000 Subject: [PATCH] NIHVIVO-1493: Started defining app level classes for HTML elements --- themes/wilma/css/edit.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/themes/wilma/css/edit.css b/themes/wilma/css/edit.css index 7892ec7c..192d46e6 100644 --- a/themes/wilma/css/edit.css +++ b/themes/wilma/css/edit.css @@ -209,4 +209,7 @@ p.submit { background-color: #F1F2EE; color: #5F6464; font-size: 1em; +} +.form-background { + background-color: #fff; } \ No newline at end of file