Skip to content

Commit

Permalink
Dev Fixed templates so that textarea can show pink background if fail…
Browse files Browse the repository at this point in the history
… the validation criteria - 3 templates missing from previous commit
  • Loading branch information
TMSWhite committed Mar 2, 2012
1 parent 897e327 commit 52df2b7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions templates/basic/template.css
Original file line number Diff line number Diff line change
Expand Up @@ -1263,10 +1263,10 @@ div.em_other_comment_mandatory.error {
display: block;
}

input.em_sq_validation.good {
input.em_sq_validation.good, textarea.em_sq_validation.good {
}

input.em_sq_validation.error {
input.em_sq_validation.error, textarea.em_sq_validation.error {
color: black;
background-color: pink;
}
Expand Down
4 changes: 2 additions & 2 deletions templates/bluengrey/template.css
Original file line number Diff line number Diff line change
Expand Up @@ -1597,10 +1597,10 @@ div.em_other_comment_mandatory.error {
display: block;
}

input.em_sq_validation.good {
input.em_sq_validation.good, textarea.em_sq_validation.good {
}

input.em_sq_validation.error {
input.em_sq_validation.error, textarea.em_sq_validation.error {
color: black;
background-color: pink;
}
Expand Down
4 changes: 2 additions & 2 deletions templates/citronade/template.css
Original file line number Diff line number Diff line change
Expand Up @@ -1065,10 +1065,10 @@ div.em_other_comment_mandatory.error {
display: block;
}

input.em_sq_validation.good {
input.em_sq_validation.good, textarea.em_sq_validation.good {
}

input.em_sq_validation.error {
input.em_sq_validation.error, textarea.em_sq_validation.error {
color: black;
background-color: pink;
}
Expand Down

0 comments on commit 52df2b7

Please sign in to comment.