Anyone know how I can change the color of the background when no rows are added to the listbox. When there are no rows it currently displays in grey. I tried adding this to the app header in the style tags:
div.dataTables_scrollBody {
background: #fff;
}
This seems to be the tags that control the whole body. Currently it’s set to variable by bootstrap. For some reason I cannot override this with the code. Can anyone help with this? Thanks in advance.