How to change the bg color search block and the number of records block?
How to change the bg color search block and the number of records block?
Sathrya
Posts: 4Questions: 1Answers: 0
in DataTables
Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:
This question has accepted answers - jump to:
Answers
If any samples shared it would be helpful
That's just standard CSS - please see example here: http://live.datatables.net/tedokega/1/edit
Colin
Hi Colin ,thans for responding so quick ,but your answer will chnage the color for entore section ,I just want to change the color of the filter input field and the dropdwon color to white
You can inspect the elements you want to change to see what selectors to use. Update Colin's example to show changing the background-color of the search input:
http://live.datatables.net/tedokega/5/edit
Kevin
Hi kthorngen,thanks for the reply ,can you please say how this can be used in react typescript
It's just standard CSS, so you would add that as you would with any other CSS styling.
Colin