PennController for IBEX › Forums › Support › Aesthetics of the scale element after selection › Reply To: Aesthetics of the scale element after selection
May 3, 2023 at 3:09 pm
#10504

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