Hello Ivan,
i have managed little led icons right beside node text with:
.tree li a.used {
padding-right:20px !important;
background:url(../images/green-on-16.png) right no-repeat;
}
.tree li a.used:hover {
padding-right:20px !important;
background:url(../images/green-on-16.png) right no-repeat #ffffff;
}
and a 'class'-attribute. When i clicked on a node without led and move the mouse away, i get a blue background for the node, because i have them maked blue in a custom theme.
![]()
When i clicked on a node with led, i get only a thin frame around the node, but not the blue background.
![]()
What must i do? Which file? Which css must i modify for getting a blue background on led nodes too?
With friendly regards
Tinkerpete