I'm sure this has been answered before, but I am struggling with formatting and styling my datatable, and cannot find an answer that is dumbed down enough for me.
I've got the tabled-striped class up and running, but need to play with several of the colors, margins, and other aspects of the table, and the supplied CSS stylesheet has way too much stuff going on to wrap my head around it, with many normal CSS calls being what appears to me to be repeated several times.
I'm looking to understand:
1) Which CSS property do I need to modify to change the colors of the striped-table border. (the visible lines between the rows)
2) Which CSS property do I need to modify to change the text color
3) Which CSS property do I need to modify to change the color of the search box and page numbers
4) How do I modify the margins between the lines? The striped rows did most of it, but I need to adjust it further.
5) Whats the best way to change the font/size/color of the column titles? Should it be done through datatables CSS or should I be applying it through the regular stylesheet for the application?
Thanks for any help you can provide.