Page 1 of 1

TreeNode color is not applied in volt

Posted: 01 Jun 2016, 09:08
by absiddik
Hi,
TreeNode color does not change in volt theme.

Thanks.

Re: TreeNode color is not applied in volt

Posted: 03 Jun 2016, 15:22
by mert.sincan
Can you please attach a sample code and a screenshot for us to replicate? and Can you please check the following css code in browser with firebug;

Code: Select all

.ui-tree {
    color: #29506b;
}
Maybe, you can try to add !important to color;

Code: Select all

.ui-tree {
    color: #29506b !important;
}