I have a mobile friendly web app built using GWT/mGWT. The app has white input text boxes and dark gray input text. However, on Android Browser, the text shows up white-on-white and is thus invisible. All the CSS I tried fails to fix the problem
.my-textBox {
color: #555 !important;
background-color: #FFFFFF !important;
border: 1px solid #A8A8A8;
}