From 3c839be743a6956a50f734bf226e187d5ccd8f03 Mon Sep 17 00:00:00 2001 From: summerscope Date: Thu, 23 Oct 2014 17:24:56 +1100 Subject: [PATCH] Tweak styling for error message to be consistent with other form error styling in admin --- app/assets/stylesheets/admin/welcome.css.sass | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/assets/stylesheets/admin/welcome.css.sass b/app/assets/stylesheets/admin/welcome.css.sass index f9e6a5e212..2b208a578e 100644 --- a/app/assets/stylesheets/admin/welcome.css.sass +++ b/app/assets/stylesheets/admin/welcome.css.sass @@ -34,12 +34,12 @@ .error display: block - color: white - background: red + color: #f57e80 + border: 1px solid #f57e80 + background-color: #fde6e7 + @include border-radius(3px) margin-bottom: 1em padding: 0.5em - font-style: oblique - a.selector position: relative