A user with a 'dark themed' browser will find it hard to see the text in an input field if the background color isn't hard coded.
Attached is a very small patch that adds background: #fff to input fields to fix the problem.
| Comment | File | Size | Author |
|---|---|---|---|
| input_fields.patch | 435 bytes | blakehall |
Comments
Comment #1
johnalbinActually there are a lot of places that have font colors and that could use a background-color.
However, adding background-colors to all those places would just mean that a theme developer would have to change more CSS to get the Zen theme to look the way they want.
It's simpler for everyone to leave this as it is.