Lighten the offensive color of the edit active profile button on the member list
authorLaury GvR <laury@gaslightmedia.com>
Tue, 28 Mar 2017 17:52:17 +0000 (13:52 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 28 Mar 2017 17:52:17 +0000 (13:52 -0400)
css/admin.css

index 0014be4..720c022 100644 (file)
@@ -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;