- Posts: 3
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
#movenextbtn, #movesubmitbtn,#moveprevbtn { background-color: #2ECC37; border-color: rgb(140,227,140); }
#movenextbtn, #movesubmitbtn, #moveprevbtn { background-color: #2ECC37 !important; border-color: rgb(140,227,140) !important; }
jagrok wrote: Hello,
Thank you for your help, unfortunatly it doesnt work even if i add !important to the end of every condition.
Code:#movenextbtn, #movesubmitbtn, #moveprevbtn { background-color: #2ECC37 !important; border-color: rgb(140,227,140) !important; }
#movenextbtn, #movesubmitbtn, #moveprevbtn { background-color: #2ECC37; border-color: rgb(140,227,140); }
.radio label::before { background-color: pink; border: 1px solid red; } .radio label::after { background-color: purple; }