- Posts: 3
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
/* color of text in text boxes */ .fruity textarea.form-control, .fruity input[type="text"] { color:red; } /* color of asterisk .asterisk .text-danger { color: green; } /* color of help text */ .fruity .text-info { color: red; } /* colors of active radio-buttons, checkboxes */ .radio-item label::before { border-color: black; } .radio-item input[type="radio"]:checked + label::before { border-color: red; } .radio-item input[type="radio"]:checked + label::after { background: red; } .checkbox-item label::before { border-color: black; } .checkbox-item input[type="checkbox"]:checked + label::before { border-color: red; } .checkbox-item input[type="checkbox"]:checked + label::after { background: red; }
Please Log in to join the conversation.
Please Log in to join the conversation.