adding selector the events wrapper button selector for specificity so tha the calenda...
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 20 Sep 2016 13:49:38 +0000 (09:49 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 20 Sep 2016 13:49:38 +0000 (09:49 -0400)
css/app.css
scss/plugins/_glm-member-db-events.scss

index c1fbf61..ddd8e74 100644 (file)
@@ -7540,7 +7540,7 @@ h2#slide-text {
       -webkit-border-top-right-radius: 3px;
       border-bottom-right-radius: 3px;
       border-top-right-radius: 3px; }
-#glm-event-wrapper button {
+#glm-event-wrapper button#glm-event-add-event {
   -webkit-appearance: none;
   -moz-appearance: none;
   border-radius: 0;
@@ -7562,9 +7562,9 @@ h2#slide-text {
   border-radius: 3px;
   transition: background-color 300ms ease-out;
   width: 220px; }
-  #glm-event-wrapper button:hover, #glm-event-wrapper button:focus {
+  #glm-event-wrapper button#glm-event-add-event:hover, #glm-event-wrapper button#glm-event-add-event:focus {
     background-color: #006c42; }
-  #glm-event-wrapper button:hover, #glm-event-wrapper button:focus {
+  #glm-event-wrapper button#glm-event-add-event:hover, #glm-event-wrapper button#glm-event-add-event:focus {
     color: #FFFFFF; }
 #glm-event-wrapper p {
   margin-left: 15px; }
index 2239888..56b86cf 100644 (file)
@@ -54,7 +54,7 @@ $readMoreColor           : $l-blue;
         }
     }
     // for the back to search button
-    button {
+    button#glm-event-add-event {
               @include button(
                 // $padding
                 rem-calc(12),