From f863a3484d1d41432cc3cbccd5ffc40ccb47c21e Mon Sep 17 00:00:00 2001 From: Suraj Shetty Date: Wed, 23 Jan 2019 10:46:45 +0530 Subject: [PATCH] fix: Make total row bold (#6810) --- frappe/public/less/frappe-datatable.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frappe/public/less/frappe-datatable.less b/frappe/public/less/frappe-datatable.less index 76d50d9e62..ba25c7a10d 100644 --- a/frappe/public/less/frappe-datatable.less +++ b/frappe/public/less/frappe-datatable.less @@ -60,6 +60,10 @@ table td.dt-cell { } } +.dt-row.dt-row-totalRow { + font-weight: bold; +} + .dt-row.row-update { animation: 500ms breathe forwards; }