23.06.2023, 09:45
(22.06.2023, 12:44)admin Wrote: Use this to hide min/max buttons. Permanently displaying the value won't work. The tooltip is only updated when dragging the slider but not when the value is changed externally.
Code:.popover.control.control-slider.control-slider-h.slider-h.show .slider-min,
.popover.control.control-slider.control-slider-h.slider-h.show .slider-max {
display: none;
}
.popover.control.control-slider.control-slider-h.slider-h.show .slider {
width: 302px;
}
Many thanks.
But still cant see the associated value whilst dragging the slider. I understand that cant be seen permanently as you explained. But would still like to see when dragging the slider.