From 887d304dae857e4bcdbfa5639a10afe462b58629 Mon Sep 17 00:00:00 2001 From: Jonathan Preston Date: Thu, 11 Jun 2015 12:32:10 -0700 Subject: [PATCH] adds proper overrides to skeleton for button. --- css/skeleton.ontraport.css | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/css/skeleton.ontraport.css b/css/skeleton.ontraport.css index 66e9d85..646f646 100644 --- a/css/skeleton.ontraport.css +++ b/css/skeleton.ontraport.css @@ -82,10 +82,22 @@ blocks buttons ===================================================================================================================== */ .button { - height: auto; - max-width: 100%; - padding: 5px 20px; - white-space: normal; + height: auto; + max-width: 100%; + padding: 5px 20px; + white-space: normal; + border: 0; + color: inherit; + text-transform: none; + border-radius: 0; + cursor: none; + letter-spacing: inherit; + text-align: inherit; + background-color: inherit; +} +.button:hover { + color: inherit; + border-color: inherit; } /* =====================================================================================================================