Logic Machine Forum
customize a circular 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 a circular slider (/showthread.php?tid=2880)



customize a circular slider - davidchispas - 01.10.2020

Hello, I want to customize a circular slider. I need the plus / minus buttons to look as big as possible. Then I have seen that it is possible to customize the color of the temperature bar but I was not able to achieve it. I want it to be Blue in Cold mode and Red in Heat mode.


RE: customize a circular slider - admin - 01.10.2020

For color change see this post: https://forum.logicmachine.net/showthread.php?tid=2120
If using default blue color then hue-rotate(160deg) filter will change it to red.

To make up/down icons bigger use this custom CSS:
Code:
.circularslider-min, .circularslider-max {
  font-size: 34px;
}



RE: customize a circular slider - davidchispas - 02.10.2020

Hello, from the mobile access the thermostat is displayed wrong. Do you know why this happens?
   


RE: customize a circular slider - admin - 02.10.2020

Which hardware and browser version is that?


RE: customize a circular slider - davidchispas - 05.10.2020

(02.10.2020, 15:34)admin Wrote: Which hardware and browser version is that?
From Safari browser in IOS updated to the latest version


RE: customize a circular slider - admin - 06.10.2020

Can you send backup via PM?