Open nimeshrevo opened 1 year ago
Same issue here. As far as we can tell the only way is to modify and rebuild locally.
Same issue. Especially for dark mode, the fixed title and checkbox colors do not inherit theme text-colors and thus are unreadable. I alos failed to edit via css hack. So it's just not possible for now?
@Doney1000 CSS hack atleast worked for me!
@Doney1000 CSS hack atleast worked for me!
Can you elaborate how you made it work?
I would also be interested in how you were able to change the CSS of the _streamlit_treeselect component @Doney1000 . Any input highly appreciated! Thanks
@Doney1000 @CloudFoxx I edited it inside my environment variable Changing CSS color in tree select: Go to environment variable, go to Lib/site-packages/streamlit_tree_select/ frontend/build/react-checkbox-tree.css and change the color to following class: .rct-icons-fa4 .rct-icon-half-check::before, .rct-icons-fa4 .rct-icon-check::before
Sorry for being late, hope this works, let me know!
I tried to change the color of the checkboxes, but since they are as iframe object it seems we can't edit the css. Is there anyway we can do it?