Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

text color when editing a node is white, same as default background color. #12

Open
hungminhtran opened this issue Apr 5, 2017 · 2 comments

Comments

@hungminhtran
Copy link

When editing a node, text color still white, same as background color, so I have to change the background color.

@BineetKrsna
Copy link

style - updated.txt
Please use the stylesheet that should help you .. tried and tested

@ghost
Copy link

ghost commented Apr 27, 2018

I don't think it's a good idea to replace the entire css. For now, i'm fixing this within my app custom style using the code below:

.jstree-proton .jstree-clicked {
  color: inherit;
}

A proper fix should be done and merged in a new version of this package. Any contributor have suggestions? (@vedraan , @tihomiro , @brunowego)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants