Outline textareas in red on a form submission error

This was previously done for input but not textarea.
This commit is contained in:
Greg Price
2013-04-18 16:07:24 -04:00
parent 00729a8c13
commit 203a958e68

View File

@@ -155,7 +155,7 @@
display: block;
color: #8F0E0E;
+ input {
+ input, + textarea {
border: 1px solid #CA1111;
color: #8F0E0E;
}