- Posts: 1
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Please Log in to join the conversation.
.ls-answers label, .answer-item label, .control-label { color: maroon; } .radio-item label::before { border: 2px solid maroon; background-color: #fff; } .radio-item input[type="radio"]:checked + label { color: maroon; } .radio-item input[type="radio"]:checked + label::before { border-color: maroon; } .radio-item input[type="radio"]:checked + label::after { background-color: maroon; } </style>
Please Log in to join the conversation.