diff --git a/src/collections/form.less b/src/collections/form.less index 8b631e476..33ad5d792 100755 --- a/src/collections/form.less +++ b/src/collections/form.less @@ -404,8 +404,8 @@ } .ui.inverted.form .field.error textarea, .ui.inverted.form .field.error input[type="text"], -.ui.inverted.form .field.error input[type="email"] -.ui.inverted.form .field.error input[type="date"] +.ui.inverted.form .field.error input[type="email"], +.ui.inverted.form .field.error input[type="date"], .ui.inverted.form .field.error input[type="password"]{ background-color: #FFCCCC; }