dev/core#1039 Make the contact details in the contact summary screen popup on merge...
authorSeamus Lee <seamuslee001@gmail.com>
Thu, 13 Jun 2019 06:55:49 +0000 (16:55 +1000)
committerSeamus Lee <seamuslee001@gmail.com>
Thu, 13 Jun 2019 07:22:39 +0000 (17:22 +1000)
Update to Monish's suggestion

css/civicrm.css

index 128a8812e1189e60e7812146043cc4ef08cb1ec7..14da0227281f6a115bd21bff71399916846088e8 100644 (file)
@@ -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;