From ab77d7c0462c05c959a811dfc5bd421284afa260 Mon Sep 17 00:00:00 2001 From: JKingsnorth Date: Fri, 20 Nov 2015 16:12:21 +0000 Subject: [PATCH] Row highlighting CSS fix --- css/civicrm.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/civicrm.css b/css/civicrm.css index 37e16fb0c5..100951216f 100644 --- a/css/civicrm.css +++ b/css/civicrm.css @@ -3181,6 +3181,10 @@ div.m ul#civicrm-menu, background-color: #FFECEC; border-bottom: 1px solid #ccc; } +.crm-container table tr.merge-row-equal.crm-row-selected, +.crm-container table tr.merge-row-diff.crm-row-selected { + background-color: #fffdb2; +} #crm-container .crm-socialnetwork { margin-top: 1em; -- 2.25.1