- Posts: 32
- Thank you received: 1
Ask the community, share ideas, and connect with other LimeSurvey users!
<style> input[type="text"] { -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0); box-shadow: inset 0 0px 0px rgba(0,0,0,0); border:0 !important; border-bottom: 1px solid red !important; } .form-control { border: 0; -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0) !important; box-shadow: inset 0 0px 0px rgba(0,0,0,0) !important; barder-radius: 0 !important; } </style>