- Posts: 32
- Thank you received: 1
Ask the community, share ideas, and connect with other LimeSurvey users!
tpartner wrote: Something like this:
Code:.with-emoji .radio label::before, .with-emoji .radio label::after { display: none; } .with-emoji .radio .label-text img { border: 4px solid #FFFFFF; box-sizing: content-box; -moz-transition: border-color 350ms ease; -o-transition: border-color 350ms ease; -webkit-transition:border-color 350ms ease; transition: border-color 350ms ease; } .with-emoji .radio .label-text:hover img { border-color: #ECF0F1; } .with-emoji .radio input[type="radio"]:checked + label + .label-text img { border-color: #233140; }
holch wrote: This whole thread explains what you want to do. Did you read it? What did you try?