From 64aaaf9b6b7cbe5a3eb17c3107413b8949b1592b Mon Sep 17 00:00:00 2001 From: Awilum Date: Fri, 21 Dec 2012 22:42:05 +0200 Subject: [PATCH] Default Admin Theme: Update background color for authorization page to FBFBFB --- admin/themes/default/css/default.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/themes/default/css/default.css b/admin/themes/default/css/default.css index 1c1fc84..db1537c 100644 --- a/admin/themes/default/css/default.css +++ b/admin/themes/default/css/default.css @@ -420,14 +420,14 @@ td, th { 5. AUTHORIZATION *************************************/ .login-body { - background-color: #f5f5f5; + background-color: #FBFBFB; } .form-signin { max-width: 290px; padding: 19px 29px 29px; margin: 0 auto 20px; - background: none repeat scroll 0 0 #fcfcfc; + background: none repeat scroll 0 0 #fff; -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.15); -moz-box-shadow: 0 1px 5px rgba(0,0,0,.15); box-shadow: 0 1px 5px rgba(0,0,0,.15);