I'm using jquery validate to validate 3 attributes (minlength, maxlength, required) in the element.
<input id="jumbotronSearch" type="text" class="form-control input-lg" placeholder="Location" required maxlength="50" minlength="4"/>
But when the error message is displayed it displays it in black, not red.
From seeing other threads and sites that demo and display validation error messages it seems like the message should be in red and the border of the element will be red too!?? Do I have to style this myself or am I missing some file or a configuration parameter for jquery validate to ge tit to show in red?
Here is what the error message looks like, see the message is black, not red and the border of the element isn't red!
