Also sometimes .aimms-widget works and sometimes I need to use .theme-aimms. What's up with these?
The only one I seem to understand is the .annotation-whatever_I_name_it class. But then I'm unsure if it needs to be
code:
.aimms-widget .tag-widgetname .annotation-whatever_I_name_it {
fill: #FF0099
}
or
code:
.theme-aimms .widgetname .annotation-whatever_I_name_it {
fill: #FF0099
}
or merely
code:
.annotation-whatever_I_name_it {
fill: #FF0099
}
Everything works fine, but I feel like my CSS is just a scrambled mess with all these different bits. I don't want to be THAT developer. Please help.
Thanks!
~Bon