- Posts: 6
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
I searched the template editor and template js,
#label-answer{SGQ}Y.btn-primary { color: #ffff00; background-color: green;} #label-answer{SGQ}Y.btn-primary:active, #label-answer{SGQ}Y.btn-primary.active { color: #ffffff; background-color: darkgreen;} #label-answer{SGQ}Y.btn-primary:hover, #label-answer{SGQ}Y.btn-primary.hover { color: #ffffff; background-color: lightgreen;} #label-answer{SGQ}N.btn-primary { color: #00ffff; background-color: red;} #label-answer{SGQ}N.btn-primary:active, #label-answer{SGQ}N.btn-primary.active { color: #ffffff; background-color: darkred;} #label-answer{SGQ}N.btn-primary:hover, #label-answer{SGQ}N.btn-primary.hover { color: #ffffff; background-color: salmon;}