From fc8e78935f318c080398765d98d56002d1e44f83 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Tue, 28 Mar 2017 13:52:17 -0400 Subject: [PATCH] Lighten the offensive color of the edit active profile button on the member list --- css/admin.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/css/admin.css b/css/admin.css index 0014be40..720c0223 100644 --- a/css/admin.css +++ b/css/admin.css @@ -143,8 +143,10 @@ input, select, .button { /* Member List */ #glm-admin-content-container .glm-admin-edit-active-profile { - background-color: #0568B3; - color: white; + //background-color: #0568B3; + background-color: #e0f8f8; + //color: white; + color: black; } .glm-admin-show-archived-container { clear: both; -- 2.17.1