Outline textareas in red on a form submission error
This was previously done for input but not textarea.
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
display: block;
|
||||
color: #8F0E0E;
|
||||
|
||||
+ input {
|
||||
+ input, + textarea {
|
||||
border: 1px solid #CA1111;
|
||||
color: #8F0E0E;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user