From 06201b2af7def4ee40b068b8a804c026aaddbbbd Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Mon, 29 Sep 2014 15:44:42 -0400 Subject: [PATCH] Fix weird color added to some datatables' sort column --- css/civicrm.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/civicrm.css b/css/civicrm.css index 121be14f4d..f05fdd1e3c 100644 --- a/css/civicrm.css +++ b/css/civicrm.css @@ -3262,6 +3262,10 @@ div.crm-container form { .crm-container table.display td.center { text-align: center; } +/* Fix weird color added to some datatables' sort column */ +.crm-container table.dataTable.display tbody tr > td.sorting_1 { + background-color: transparent; +} /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Datatables misc -- 2.25.1