- Posts: 23
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
remhk wrote: Here is the example qs-
Question- Did you go to school today?
Answer Type- Yes/No
Surveyid-12345
Questiongrpid-4567
Questionid-89
How would you do it for this one?
/* More contrast for Yes-No buttons */ .answer-container .btn-group .btn-primary { background-color: #95A5A6; border-color: #95A5A6; } .answer-container .btn-group .btn-primary:hover { background-color: #2C3E50; border-color: #2C3E50; } .answer-container .btn-group .btn-primary:active, .answer-container .btn-group .btn-primary.active { background-color: #1A242F !important; border-color: #161F29 !important; }