I have 5 MPs, three of them running in for cycle, so somehow I want to track which MP is solved in a particular time.

I imagined that, I make five label, with the name of the MPs, and for those string parameter I make annotation, which defines the mp's status (running, finished).
Can I make annotation for non indexed parameters?
The css code I use is the following (maybe that here misses something


.tag-widgetadata-widget\.uri="OptimizationLog_lbl_SMG1"] .annotation-Active{
border-radius: 5px;
background: rgb(17, 255, 125);
border-style: solid;
border-width: 5px;
border-color: rgb(17, 255, 125);
color: #fff;
}
Thanks for your help!