Hi,
I want green highlight color when I mouse over to the best radio buttons and red color for the worst radio buttons.
The below code applies green color for both best and worst. I don't know how to split this code for best and worst. Please help.
<style>
#[% QuestionName() %]_div .highlight{
background-color: #7FFF00 !important;
}
</style>