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.

CommentFileSizeAuthor
input_fields.patch435 bytesblakehall

Comments

johnalbin’s picture

Component: Miscellaneous » Code
Status: Needs review » Closed (won't fix)

Actually 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.