--- themes/chameleon/common.css 2008-05-02 16:45:20.000000000 +0300 +++ themes/chameleon/common.css 2008-05-02 17:10:17.000000000 +0300 @@ -108,9 +108,23 @@ border: 1px solid #3a3; color: #3a3; } + +/* +** Input controls +*/ +input, textarea, select { + border: 1px solid #000; + color: #000; + background-color: #fff; +} +input, textarea { + padding-left: 3px; + padding-right: 3px; +} .error, form-item input.error { border: 1px solid red; color: red; + background-color: #fff; } /* --- themes/garland/style.css 2008-05-02 16:45:20.000000000 +0300 +++ themes/garland/style.css 2008-05-02 16:47:33.000000000 +0300 @@ -23,11 +23,13 @@ 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 {