Whenever I select any item in Cell tree I get this ugly bodrer!
Now I have changed the css of deafult cell tree as follows
.cellTreeSelectedItem {
height: auto;
overflow: auto;
border:none !important;
}
But nothing really works . Any suggestion would be of great help.
P.S. I knwo the CSS of this widget sucks but I am working at it.