Added form validation and css class for invalid timespans, #1494

This commit is contained in:
Torkel Ödegaard
2015-02-18 09:20:46 +01:00
parent ad13fd0542
commit 5c9ef9d9da
5 changed files with 30 additions and 7 deletions
+3
View File
@@ -0,0 +1,3 @@
input[type=text].ng-invalid {
box-shadow: inset 0 0px 7px @red;
}