I am trying to add a background color to the selected bookmark in the v2.7 widget. In the v2.4 widget I added the following code to "common.css", but now this is not working.
.jimu-img-node.jimu-state-selected{
background-color: #86b186;
}
Does anyone have any ideas?
Jason