From 78adcf35b3c9cc365916e5808873f78a1c218c34 Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Thu, 4 Nov 2010 18:16:58 +0000 Subject: [PATCH] Fixed: Remove bold styling when using JUI as it looks out of place in the table controls --- media/css/demo_table_jui.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/media/css/demo_table_jui.css b/media/css/demo_table_jui.css index 28d28621..b81a1cf9 100644 --- a/media/css/demo_table_jui.css +++ b/media/css/demo_table_jui.css @@ -70,6 +70,10 @@ table.display thead th { * cursor: hand; } +div.dataTables_wrapper .ui-widget-header { + font-weight: normal; +} + /* * Sort arrow icon positioning