diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-12-11 11:08:48 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-12-15 18:23:05 +0000 |
commit | 653d1ffb5ae5be66384ce8c565627c67d1991fd7 (patch) | |
tree | 5ee80337d0929a14fe7d5ef0d87ce4ebbae04294 | |
parent | 8e69a9372fb29bc8107ee8c542f9408efa54b76e (diff) |
Add red outline for admin fields with errors
-rw-r--r-- | app/assets/stylesheets/admin.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/admin.scss b/app/assets/stylesheets/admin.scss index 469c3ed91..31fe7e95a 100644 --- a/app/assets/stylesheets/admin.scss +++ b/app/assets/stylesheets/admin.scss @@ -80,6 +80,10 @@ body.admin { } } + .fieldWithErrors input{ + border: 1px solid #ff0c11; + } + body.admin blockquote p { font-size: 13px; display: inline; |