From d0da9860af1def26f3e4b6adfe9016bd30caacba Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Mon, 11 Dec 2017 16:03:00 +0100 Subject: [PATCH] style(datatables): use normal font weight for table headers (#1496) --- assets/css/app.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/css/app.css b/assets/css/app.css index aa2e3b644..341cdcd67 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -124,6 +124,10 @@ a[ng-click]{ font-size: 90% !important; } +.widget .widget-body table thead th { + font-weight: normal; +} + .template-widget { height: 100%; }