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

Font color while editing node title with bootstrap skin #475

Closed
bpromasmb opened this issue Jul 29, 2015 · 0 comments
Closed

Font color while editing node title with bootstrap skin #475

bpromasmb opened this issue Jul 29, 2015 · 0 comments

Comments

@bpromasmb
Copy link

After the recent update to the bootstrap css, all of the text for the selected row gets a white font. This looks great, but there is a problem:

image

When you edit a node title, the font color remains white, and blends in with the background of the input field.

Fix I found was to add to css:

table.fancytree-ext-table.fancytree-container > tbody > tr.fancytree-active > td span.fancytree-title > input {
  color: black;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants