Fix the edition of event subscription for non member
[platal.git] / htdocs / css / xnet.css
index 2513ab9..e181a5a 100644 (file)
@@ -68,6 +68,19 @@ h2    { font-size: 115%; }
     font-style: italic;
 }
 
+input.error, textarea.error {
+    background-color: #faa;
+}
+
+input.valid, textarea.valid {
+    background-color: #afa;
+}
+
+input.warning, textarea.warning {
+    background-color: #fda;
+}
+
+
 /***************************************************************************
  * DEBUG
  ***************************************************************************/