Browse Source

Add text to help label on invalid

Cerothen 9 years ago
parent
commit
b5d75aeb7f
1 changed files with 4 additions and 0 deletions
  1. 4 0
      css/settings.css

+ 4 - 0
css/settings.css

@@ -12,4 +12,8 @@ div.colour-field input {
 
 
 input.invalid {
 input.invalid {
 	background-color: #ffb5b5 !important;
 	background-color: #ffb5b5 !important;
+}
+
+input.invalid + p.help-text::after {
+	content: " - Does not match pattern!";
 }
 }