LogicMachine Forum
VISU slide value % - Printable Version

+- LogicMachine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Visu (https://forum.logicmachine.net/forumdisplay.php?fid=24)
+--- Thread: VISU slide value % (/showthread.php?tid=6253)



VISU slide value % - toujour - 15.01.2026

Hi,

is it possible see the status value in the button of the slide ?

   

(inside the blu button)

BR,

Alberto


RE: VISU slide value % - admin - 15.01.2026

Add to Custom CSS:
Code:
.slider-handle:after {
  background-color: transparent;
  display: block;
  top: 50%;
  left: 0 !important;
  right: 0 !important;
  transform: translate(0, -50%) !important;
  font-size: calc(var(--slider-base-size) / 3);
}



RE: VISU slide value % - toujour - 09.02.2026

Hi,

is it possible repeat the +/- step by hold the button ?

BR,
Alberto


RE: VISU slide value % - admin - 09.02.2026

Using 4-bit dimmer is a better solution for this.


RE: VISU slide value % - toujour - 13.02.2026

(15.01.2026, 13:21)admin Wrote: Add to Custom CSS:
Code:
.slider-handle:after {
  background-color: transparent;
  display: block;
  top: 50%;
  left: 0 !important;
  right: 0 !important;
  transform: translate(0, -50%) !important;
  font-size: calc(var(--slider-base-size) / 3);
}

can you help me with the value on vertical slide ? See the image below, please

   


RE: VISU slide value % - admin - 13.02.2026

Change top: 50%; to top: 50% !important;