Add missing list check and error notices

[MAILPOET-2455]
This commit is contained in:
Rostislav Wolny
2019-11-21 16:19:49 +01:00
committed by Jack Kitterhing
parent e53c58201b
commit 8d0ed7a084
4 changed files with 33 additions and 3 deletions

View File

@@ -25,3 +25,13 @@
}
}
}
.mailpoet-form-missing-lists {
.select2-selection {
border-color: red;
}
.mailpoet-form-lists-error {
color: red;
}
}