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

selected and unselectable shows unchecked checkbox #427

Closed
blackhawk180 opened this issue May 6, 2015 · 1 comment
Closed

selected and unselectable shows unchecked checkbox #427

blackhawk180 opened this issue May 6, 2015 · 1 comment

Comments

@blackhawk180
Copy link

An item that is usnelectable and selected shows as unselected.
This seems to be an icon issue:
in the css:
.fancytree-unselectable span.fancytree-checkbox,
.fancytree-unselectable span.fancytree-checkbox:hover {
opacity: 0.4;
filter: alpha(opacity=40);
background-position: 0px -32px;
}

the checked icon is at a different poistion:
background-position: -32px -32px;

I have checekd this with version 2.9.0

@blackhawk180
Copy link
Author

update of stylesheet should be:
.fancytree-selected.fancytree-unselectable span.fancytree-checkbox,
.fancytree-selected.fancytree-unselectable span.fancytree-checkbox:hover {
opacity: 0.4;
filter: alpha(opacity=40);
background-position: -32px -32px;
}
as this is more specfic for selected + unselectable

@mar10 mar10 closed this as completed in c7de792 May 9, 2015
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

1 participant