From 15388fb03e27a9062f3e80ce3bfda3ad691f8e8a Mon Sep 17 00:00:00 2001 From: Sampath Date: Tue, 23 May 2023 15:38:16 +0530 Subject: [PATCH] header text color changed to meet luminosity ratio requirement --- less/TableStyles/fulldatatables.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/TableStyles/fulldatatables.less b/less/TableStyles/fulldatatables.less index d8bd19f4f..faa411f88 100644 --- a/less/TableStyles/fulldatatables.less +++ b/less/TableStyles/fulldatatables.less @@ -108,7 +108,7 @@ table.storage thead td { background-color: @BaseLight; /*[{datatable-header-background}]*/ text-align: left; - color: #808080; + color: #333333; /*[{datatable-header-text}]*/ outline: none; }