From: Steve Sutton Date: Thu, 28 Apr 2016 20:03:10 +0000 (-0400) Subject: Update css X-Git-Tag: v1.0.0^2~68 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=b82915bd16ffa5e0e1406921ea86a1ae18d284a2;p=WP-Plugins%2Fglm-member-db-events.git Update css Remove colors These are moved into the sites theme scss files as a partial. --- diff --git a/css/front.css b/css/front.css index 906b5f5..4b93744 100644 --- a/css/front.css +++ b/css/front.css @@ -6,24 +6,16 @@ margin: 0 auto; } .glm-event-day-row { - border: 1px solid #FFF; margin-top: 8px !important; - background: -webkit-linear-gradient(top, #f2f2f2 5%, #fff 100%); - background: -moz-linear-gradient(center top, #f2f2f2 5%, #fff 100%); - background: -ms-linear-gradient(top, #f2f2f2 5%, #fff 100%); } .glm-event-day-event { position: relative; - border: 1px solid #ccc; border-radius: 5px; padding: 5px; margin-top: 10px !important; margin-bottom: 10px !important; transition: border 300ms; } -.glm-event-day-event:hover { - border: 1px solid black; -} #EventDrivingDirectionSubmit { width: 100%; } @@ -50,32 +42,19 @@ .glm-event-day-event a.glm-read-more { margin: 10px; padding: 5px 10px; - background-color: #fff; - border: 1px solid #2c296d; border-radius: 5px; text-decoration: none; - color: black; float: right; clear: right; transition: all 300ms; } -.glm-event-day-event a.glm-read-more:hover { - background-color: #2c296d; - border: 1px solid #fff; - background-color: #2c296d; - color: #fff; -} .glm-event-cal { margin-top: 10px; width: 64px; - border: 1px solid #2c296d; border-radius: 5px; text-align: center; } .glm-event-cal-day-container { - background: -webkit-linear-gradient(left, #fff 5%, #f2f2f2 100%); - background: -moz-linear-gradient(center top, #fff 5%, #f2f2f2 100%); - background: -ms-linear-gradient(left, #fff 5%, #f2f2f2 100%); border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; } @@ -93,8 +72,6 @@ } .glm-event-cal-month { width: 100%; - background-color: #2c296d; - color: #fff; font-weight: bold; } #eventDetail-map {