GLM Alpha links on front get an improved color even when not specifically on the...
authorLaury GvR <laury@gaslightmedia.com>
Fri, 22 Sep 2017 18:25:56 +0000 (14:25 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 22 Sep 2017 18:25:56 +0000 (14:25 -0400)
css/app.css
scss/plugins/_glm-member-db.scss

index 377a9b3..1a0c1bd 100644 (file)
@@ -7669,6 +7669,10 @@ body .glm-member-db-list {
     font-family: "ingram-wide-2"; }
 body .menu-side, body #members-only-sidebar, body .glm-button, body .glm-member-db-list .glm-member-list-active-info {
   font-family: "ingram-wide-2"; }
+body .glm-alpha-link-selected {
+  background-color: #b32024; }
+body .glm-alpha-link-selected:hover {
+  color: white; }
 body .glm-member-db-list-view #glm-member-list-map-toggle {
   background-color: #434343; }
 body .glm-member-db-list-view .glm-alpha-link-selected {
index a9f6b95..e17222f 100644 (file)
@@ -54,6 +54,12 @@ body {
 }
 // 2.0 Member List
 
+.glm-alpha-link-selected {
+    background-color: $red;
+}
+.glm-alpha-link-selected:hover {
+    color: white;
+}
 .glm-member-db-list-view {
     #glm-member-list-map-toggle {
         background-color: #434343;