Fix weird color added to some datatables' sort column
authorColeman Watts <coleman@civicrm.org>
Mon, 29 Sep 2014 19:44:42 +0000 (15:44 -0400)
committerColeman Watts <coleman@civicrm.org>
Mon, 29 Sep 2014 19:44:42 +0000 (15:44 -0400)
css/civicrm.css

index 121be14f4d557bb160e4e4de8ff76080b7b7ee2b..f05fdd1e3cd8da14cd71666d97ebfaaf87767579 100644 (file)
@@ -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