22.06.2023, 12:44
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;
}