From 2f5aebc1b834f364e83c7025ffba23a73c2b65b8 Mon Sep 17 00:00:00 2001 From: Cameron Date: Thu, 21 Sep 2017 14:13:22 -0700 Subject: [PATCH] Allow corporate admin theme to style admin login background color. --- e107_admin/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_admin/auth.php b/e107_admin/auth.php index ad4f2a385..2519d79a7 100644 --- a/e107_admin/auth.php +++ b/e107_admin/auth.php @@ -213,7 +213,7 @@ else body { text-align: left; font-size:15px; line-height:1.5em; font-weight:normal; font-family:Arial, Helvetica, sans-serif; background-attachment: scroll; - background-color: rgb(47, 47, 47); color: rgb(198, 198, 198); + /* background-color: rgb(47, 47, 47); color: rgb(198, 198, 198); */ background-repeat: no-repeat; background-size: auto auto }