generate RegistrationState buttons from service data
[angular-drzb] / app / css / app.css
index a487a0e..cffc395 100644 (file)
@@ -12,3 +12,40 @@ input.ng-valid-required {
 }
 */
 
+label.ng-invalid {
+       color: red;
+}
+
+textarea.ng-invalid {
+       border: 1px solid red;
+       color: red;
+}
+
+.filter-true {
+       background-color: red;
+}
+
+.filter-false {
+       background-color: blue;
+}
+
+/*
+ * every registration state has also it's own color
+ * and app/partials template
+ */
+
+.draft {
+       color: #c00;
+}
+
+.confirmation {
+       color: #00c;
+}
+
+.verified {
+       color: #080;
+}
+
+.review {
+       color: #c80;
+}