User Create/Edit: Added JS to change CSS style on password boxes if values are not identical.

This commit is contained in:
Nate Jones
2014-07-07 16:34:43 +00:00
parent d29b5efb52
commit 179b2e4bad
3 changed files with 38 additions and 4 deletions
+7
View File
@@ -204,6 +204,13 @@ select.formfld {
padding: 4px;
}
.formfld_highlight {
border-color: #aa2525;
-webkit-box-shadow: 0px 0px 3px #aa2525 inset;
-moz-box-shadow: 0px 0px 3px #aa2525 inset;
box-shadow: 0px 0px 3px #aa2525 inset;
}
input.txt {
width: 98.75%;
}