Update fulldatatables.less

This commit is contained in:
MokireddySampath
2023-05-31 14:45:01 +05:30
committed by GitHub
parent a0b6d71507
commit 9e7beff184

View File

@@ -108,7 +108,7 @@ table.storage thead td {
background-color: @BaseLight; background-color: @BaseLight;
/*[{datatable-header-background}]*/ /*[{datatable-header-background}]*/
text-align: left; text-align: left;
color: #333333; color: #808080;
/*[{datatable-header-text}]*/ /*[{datatable-header-text}]*/
outline: none; outline: none;
} }
@@ -650,4 +650,4 @@ tr:hover td.nameColumnText {
.context-menu-item.icon-customize-columns { .context-menu-item.icon-customize-columns {
background-image: url(../../images/Options.svg); background-image: url(../../images/Options.svg);
} }