From 76f10fefa307de718db5bd47cc37f3da2505d125 Mon Sep 17 00:00:00 2001 From: yuri Date: Fri, 30 Aug 2019 12:42:44 +0300 Subject: [PATCH] css fix --- frontend/less/espo/custom.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/less/espo/custom.less b/frontend/less/espo/custom.less index 7acea26a1d..1cf43062b1 100644 --- a/frontend/less/espo/custom.less +++ b/frontend/less/espo/custom.less @@ -235,6 +235,10 @@ blockquote { border-width: 0; } +th { + font-weight: 600; +} + .table thead > tr > th { border-bottom: 1px solid @table-border-color; font-weight: normal;