From: Coleman Watts Date: Mon, 29 Sep 2014 19:44:42 +0000 (-0400) Subject: Fix weird color added to some datatables' sort column X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=06201b2af7def4ee40b068b8a804c026aaddbbbd;p=civicrm-core.git Fix weird color added to some datatables' sort column --- 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