So i've got Devise working quite as it should, although I've mustered up few pet-peeves with the standard look of the gem.
I've sorted out most of them but the last one that I can clearly identify is the red border when there is an error message. I've uploaded a screenshot to illustrate: https://i.stack.imgur.com/3e7H6.png.
How can one go about getting rid of that? or changing it to white, or blue or something?
So far the CSS code looks like:
.field_with_errors {
display: block;
clear: both;
margin: auto auto;
}
I've already tried background: white; and background-color: white; to no avail.