JS/AJAX form validation from mdawaffe. fixes #5299

git-svn-id: https://develop.svn.wordpress.org/trunk@6303 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2007-11-01 06:23:16 +00:00
parent ad52441c6b
commit 8bbc8227ab
10 changed files with 114 additions and 45 deletions
+4
View File
@@ -184,6 +184,10 @@ input:focus, textarea:focus, label:focus {
border: 1px solid #686868;
}
.form-invalid {
background-color: #FF9999 !important;
}
label {
cursor: pointer;
}