From 4730aa4173c4649cb5739e509c19d55db9ee455b Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 20 Sep 2016 09:49:38 -0400 Subject: [PATCH] adding selector the events wrapper button selector for specificity so tha the calendar buttons aren't affected --- css/app.css | 6 +++--- scss/plugins/_glm-member-db-events.scss | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/css/app.css b/css/app.css index c1fbf61..ddd8e74 100644 --- a/css/app.css +++ b/css/app.css @@ -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; } diff --git a/scss/plugins/_glm-member-db-events.scss b/scss/plugins/_glm-member-db-events.scss index 2239888..56b86cf 100644 --- a/scss/plugins/_glm-member-db-events.scss +++ b/scss/plugins/_glm-member-db-events.scss @@ -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), -- 2.17.1