Community
Participate
Working Groups
When I have a tree and set the item color to red and add the disabled style, then the text color does not change when the tree becomes disabled. I tried to apply the style on Tree and TreeItem and TreeColumn but nothing happens.
TreeItem:disabled { color: yellow; } This snippet added to Tree.default.css works for me with Controls Demo and CVS HEAD. Could you check it again with CVS HEAD? Could you provide more information or snippet to reproduce it?
I will close it as WORKSFORME. If the issue persists, please provide a modified Tree.default.css (or custom theme) that demonstrate the problem.