From ab2849176c1561ef4bbbfe7f851b6844a685f5ca Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Thu, 13 Jun 2019 16:55:49 +1000 Subject: [PATCH] dev/core#1039 Make the contact details in the contact summary screen popup on merge screens non bold a-la contact summary screen Update to Monish's suggestion --- css/civicrm.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/civicrm.css b/css/civicrm.css index 128a8812e1..14da022728 100644 --- a/css/civicrm.css +++ b/css/civicrm.css @@ -887,6 +887,12 @@ input.crm-form-entityref { font-weight: bold; } +/* dev/core#1039 Make contact details in popup on merge screen non bold */ +#crm-container tr.columnheader td [class*="crm-summary-col-"] { + font-size: 13px; + font-weight: normal; +} + #crm-container tr.columnheader-dark th span.extra { font-size: .95em; font-weight: normal; -- 2.25.1