Browse Source

Set border color for fields ith error class to #a94442

Signed-off-by: CapsLock <faimaison@legeox.net>
CapsLock 9 years ago
parent
commit
57a48c8f03
1 changed files with 1 additions and 1 deletions
  1. 1 1
      wifiwithme/static/main.css

+ 1 - 1
wifiwithme/static/main.css

@@ -165,5 +165,5 @@ form > h2:first-child {
 }
 
 input.error {
-    border-color: red;
+    border-color: #a94442;
 }