Hi,
I use a tree view with custom images.
I was not able to figure out how I can change the padding of the images, as it's default value is too big.
The following code does not work, because it overrides the automated padding for child items too.
.eimage {
height: 25px;
width: 25px;
padding: 5px;
}
How can I change the image padding? The vertical space between my rows is too big and that's because the image padding.
Cheers,
Jonas