Skip to content

Commit

Permalink
Update CSS for dynamic_form. [#56]
Browse files Browse the repository at this point in the history
  • Loading branch information
marnen committed Sep 10, 2011
1 parent f5c73c7 commit 9e0388e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions public/stylesheets/sass/quorum.scss
Expand Up @@ -162,11 +162,16 @@ $pdf_icon_size: 16px;
.pdf {
@include icon($pdf_icon_url, $pdf_icon_size, 0px); }

.fieldWithErrors {
.field_with_errors {
background-color: red;
input {
background-color: #ffcccc;
color: black; } }
color: black;
}
}
.formError {
color: red * 0.8;
}

$notice_icon_url: url("../images/accept.png");
$warning_icon_url: url("../images/star.png");
Expand Down

0 comments on commit 9e0388e

Please sign in to comment.