outline inputs with errors

This commit is contained in:
Rafael Schouten
2014-09-24 16:59:57 +10:00
parent 1a86206e1f
commit 139da3ac7a
2 changed files with 4 additions and 1 deletions

View File

@@ -156,4 +156,4 @@ div.dashboard_item
background-color: #9fc820
&.bottom
border-radius: 0px 0px 6px 6px
padding: 15px 15px
padding: 15px 15px

View File

@@ -210,3 +210,6 @@ table#listing_enterprise_groups {
color: #575757;
}
.field_with_errors > input {
border-color: red;
}