- Posts: 32
- Thank you received: 1
Ask the community, share ideas, and connect with other LimeSurvey users!
.slider-handle { height:28px; width:2px; /* Change the color if desired background-color: #C18D00; background-image: -webkit-linear-gradient(top, #C18D00 0%, #C18D00 100%); background-image: -o-linear-gradient(top, #C18D00 0%, #C18D00 100%); background-image: linear-gradient(to bottom, #C18D00 0%, #C18D00 100%); */ } .slider .tooltip.tooltip-main { margin-left:-20px !important; }
.slider .tooltip.top { display: none !important; } .slider .tooltip-main .top { display: none !important; }
.slider-handle { height:28px; width:4px; top: -0.30em; /* Change the color if desired background-color: #C18D00; background-image: -webkit-linear-gradient(top, #C18D00 0%, #C18D00 100%); background-image: -o-linear-gradient(top, #C18D00 0%, #C18D00 100%); background-image: linear-gradient(to bottom, #C18D00 0%, #C18D00 100%); */ }
you have to adapt the css, of course.
Use a webdeveloper tool which is included in your webbrowser and examine and change the values.
.slider-handle { height: 28px; width: 4px; top: -0.30em; margin-left: -0.10em !important; }