From f2403471b460a122ac834d3c980e8c227b08ac79 Mon Sep 17 00:00:00 2001 From: demeritcowboy Date: Thu, 20 Aug 2020 11:23:29 -0400 Subject: [PATCH] specify font --- css/civicrm.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/civicrm.css b/css/civicrm.css index cf61ef5a7d..70e5a0ef01 100644 --- a/css/civicrm.css +++ b/css/civicrm.css @@ -2281,6 +2281,7 @@ div.crm-master-accordion-header a.helpicon { .crm-container span.expanded:before, .crm-container a.expanded:before, .crm-container .crm-expand-row.expanded:before { + font-family: "FontAwesome"; content: "\f0d7"; } -- 2.25.1