Monday, February 21, 2011

.textInput,textarea{ /* General style for my inputs when they're not highlighted */
width:300px;
background-color:#FFFFFF;
border:1px solid #000;
}


.inputHighlighted{ /* Highlighting style */
background-color:#317082;
color:#FFF;
width:300px;
border:1px solid #000;
}

No comments: