Index: themes/chameleon/common.css =================================================================== RCS file: /cvs/drupal/drupal/themes/chameleon/common.css,v retrieving revision 1.12 diff -u -p -r1.12 common.css --- themes/chameleon/common.css 4 Jun 2007 11:10:38 -0000 1.12 +++ themes/chameleon/common.css 3 May 2008 01:08:22 -0000 @@ -108,9 +108,19 @@ ul.links.inline { border: 1px solid #3a3; color: #3a3; } + +/* +** Input controls +*/ +input, textarea, select { + border: 1px solid #000; + color: #000; + background-color: #fff; +} .error, form-item input.error { border: 1px solid red; color: red; + background-color: #fff; } /* Index: themes/chameleon/style.css =================================================================== RCS file: /cvs/drupal/drupal/themes/chameleon/style.css,v retrieving revision 1.7 diff -u -p -r1.7 style.css --- themes/chameleon/style.css 4 Jun 2007 11:10:38 -0000 1.7 +++ themes/chameleon/style.css 3 May 2008 01:08:22 -0000 @@ -11,10 +11,10 @@ a:visited { } body { padding: 5em 0 0 3em; /* LTR */ - background-image: url(background.png); - background-repeat: repeat-x; font-family: trebuchet ms, tahoma, verdana, arial, helvetica; border-top: 10px solid gray; + color: #000; + background: #fff url(background.png) repeat-x 0 0; } ul { list-style-type: disc; Index: themes/garland/style.css =================================================================== RCS file: /cvs/drupal/drupal/themes/garland/style.css,v retrieving revision 1.38.2.1 diff -u -p -r1.38.2.1 style.css --- themes/garland/style.css 5 Feb 2008 09:27:26 -0000 1.38.2.1 +++ themes/garland/style.css 3 May 2008 01:08:22 -0000 @@ -23,11 +23,13 @@ body { input { font: 12px/100% Verdana, sans-serif; color: #494949; + background-color: #fff; } textarea, select { font: 12px/160% Verdana, sans-serif; color: #494949; + background-color: #fff; } h1, h2, h3, h4, h5, h6 {