Logic Machine Forum
Customize +/- slider - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Visualization (https://forum.logicmachine.net/forumdisplay.php?fid=9)
+--- Thread: Customize +/- slider (/showthread.php?tid=516)

Pages: 1 2


RE: Customize +/- slider - stianj - 10.01.2025

(10.01.2025, 11:43)admin Wrote: Add this to Custom CSS:
Code:
.control-spinner input {
  pointer-events: none;
}

Ok, thank you. I was aware of this workaround. But two problems, it's still accessible by tab (which is obviously not a problem on a touch screen - and maybe not a big problem at all).

But the main reason I wanted this is that if it's text and not an <input>, I could show the unit/suffix. Oh well.