From: Laury GvR Date: Tue, 28 Mar 2017 17:52:17 +0000 (-0400) Subject: Lighten the offensive color of the edit active profile button on the member list X-Git-Tag: v2.9.15^2~15^2~26 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=fc8e78935f318c080398765d98d56002d1e44f83;p=WP-Plugins%2Fglm-member-db.git Lighten the offensive color of the edit active profile button on the member list --- 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;