Reply To: Aesthetics of the scale element after selection

PennController for IBEX Forums Support Aesthetics of the scale element after selection Reply To: Aesthetics of the scale element after selection

#10504
nasimbhmn
Participant

I just figured it out. I added the following to the CSS and it worked:


.PennController-Scale .option input:checked + label{
    background-color: steelblue;
    color: white;
    font-size: 1em;
}

Thanks again! It was greatly helpful.
Best, Nasim