Marc Wouts

Results 502 comments of Marc Wouts

@AllanJard I confirm that the dark mode works much better with `datatables-1.13.1`. Below is a screenshot of my [colab notebook](https://colab.research.google.com/drive/1JPZIasTiH3rIUysDr3eWDz4jgTTq00aq?usp=sharing#scrollTo=b1SjmPGa8DVw): Maybe we should still fix the black color for the...

> I don't think we set the colour for those pieces of text - so it would be the browser's default that is being applied. You can "Inspect" the element...

Hey @AllanJard , if the output looks like this: ![image](https://user-images.githubusercontent.com/29915202/201890403-db69ddab-7fda-404f-a6d7-68138e2c0f97.png) then it might mean that your browser does not support import maps :smile: The screenshot in the previous comment, in...

Well now I do see the white color for the text in the search box... But in the drop down box on the left my text is in black, unlike...

@Anselmoo I have prepared a development version with the new CSS. Would you like to give it a try? You can install it with ``` pip install git+https://github.com/mwouts/itables.git@fix_dark_mode ```

Thank you Allan. I will give it a try possibly tonight. @Anselmoo if you happen to know some CSS you could also experiment following https://mwouts.github.io/itables/custom_css.html - I already did a...

That sounds great! On my side I have been more busy than expected and I won't have any time this week-end, so we will sync up next week. By the...

Oh that's great! Thank you @Anselmoo . By the way, thank you also for your other PRs, I will try to integrate them tonight or tomorrow evening. Re the above...

Well... that is puzzling. I cannot reproduce that. I have tried, in a single cell: ``` from itables import show from itables.sample_dfs import generate_random_df import itables.options as opt opt.css =...

Sorry the issue was closed automatically as I have merged the branch in which we update the datatables CSS to version 1.13.1, but that was a bit early as I...