Input element background color not set
Created by: kvsm
There is no default background color set for input elements, but there is a default foreground color. This implies that an assumption is being made about the default background color in a user's desktop theme. Unfortunately, many users with eye problems use a dark theme to help prevent eye strain. Setting a dark text color for input elements therefore renders those elements unreadable to these users.
In short, if a default text color or background color must be set then both should be set, or you are simply assuming that the user has their color scheme configured a certain way.