From: Anthony Talarico Date: Wed, 20 Dec 2017 21:36:16 +0000 (-0500) Subject: changing button colors to green X-Git-Tag: v1.0.0^2~152 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=31cfeac8765d5bbfff0a9b700e9cf0b4dfc3a73c;p=WP-Plugins%2Fglm-member-db-registrations.git changing button colors to green changing the continue buttons and add attendee buttons to green --- diff --git a/css/front.css b/css/front.css index 27df7ce..b04f6c8 100644 --- a/css/front.css +++ b/css/front.css @@ -455,10 +455,12 @@ body .glm-reg-proceed-to-checkout{ .new-reg .button.add-new-registrant { margin-bottom: 0; border-radius: 3px; + background-color: #55b776; } .glm-add-new-account { margin-bottom: 0; border-radius: 3px; + background-color: #55b776; } .new-reg h4 { font-size: 22px; @@ -962,6 +964,9 @@ span.glm-error { .button.glm-reg-button { font-size: 16px; } +#glm-reg-cart-continue, .glm-reg-checkout{ + background-color: #55b776; +} .glm-reg-cart-container { clear: both; border: solid 1px black; diff --git a/views/front/registrations/cart.html b/views/front/registrations/cart.html index 7020b89..96ea03c 100644 --- a/views/front/registrations/cart.html +++ b/views/front/registrations/cart.html @@ -52,7 +52,7 @@ {else}
-
You have not yet submitted your registration! Proceed to Checkout
+
You have not yet submitted your registration! Proceed to Checkout
{/if}