live.datatables.net styling issue
live.datatables.net styling issue
kthorngren
Posts: 21,261Questions: 26Answers: 4,934
in Bug reports
The default https://live.datatables.net/ appears to have a styling issue. The input borders for length change and search elements are hidden until the are clicked on.
Kevin
Replies
Sorry - that is actually due to a CSS change in the nightlies which I've since revoked for exactly this reason. I'm working on dark mode support for DataTables, as I'm guessing that like me, you have your OS set up for prefers dark mode.
The CSS I added would make DataTables obey that automatically, but most sites (including the live one, or indeed this one!) aren't ready for that. I've since changed it so that the dev needs to opt in by adding
class="dark"
to thehtml
element. Looks like the nightly version is cached without that though.It should be fixed shortly as my work on this continues.
Allan
Good luck with the dark mode code
Kevin
I'm really pleased with it so far . No idea how long it will be to port everything, but it is in progress...
Very nice!
Kevin