Background color in input and text fields

input[type="text"], textarea {

  background-color : #d1d1d1; 

}

Hope that helps 🙂

Edit: working example, http://jsfiddle.net/C5WxK/

Leave a Comment

tech