From fcb851a914d7652ad8deed7ef913fa01b0aa35ec Mon Sep 17 00:00:00 2001 From: Mathieu Lutfy Date: Thu, 18 Oct 2018 12:17:26 +0000 Subject: [PATCH] new.css: hide cividiscount on Extended Support page. --- themes/civicrm_bootstrap/css/new.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/themes/civicrm_bootstrap/css/new.css b/themes/civicrm_bootstrap/css/new.css index a5657885f..0cd6b3ed3 100644 --- a/themes/civicrm_bootstrap/css/new.css +++ b/themes/civicrm_bootstrap/css/new.css @@ -3847,3 +3847,8 @@ table.cividiscount input.crm-form-submit { .crm-contribution-page-id-100 table.cividiscount { display: none; } + +/* Extended-Support-specific */ +.crm-contribution-page-id-104 table.cividiscount { + display: none; +} -- GitLab