Logic Machine Forum
Direct input steps - change color - 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: Direct input steps - change color (/showthread.php?tid=3549)



Direct input steps - change color - fahd-bnh - 10.09.2021

Hello everyone, 
I'm new here.

Please I want to know how to change the color of the direct input steps icon ( color of the background, color of the number between the + and -,  and the color of the + icon and - icon  ) 
in the bellow pic of the direct input that I want to get.

 thanks in advance


RE: Direct input steps - change color - admin - 10.09.2021

You can enable "Use dark theme" in Utilities > Vis. Configuration. Also see this for CSS examples of spinner element customization: https://forum.logicmachine.net/showthread.php?tid=516


RE: Direct input steps - change color - fahd-bnh - 10.09.2021

(10.09.2021, 09:33)admin Wrote: You can enable "Use dark theme" in Utilities > Vis. Configuration. Also see this for CSS examples of spinner element customization: https://forum.logicmachine.net/showthread.php?tid=516

Hi again, 
Thanks for your reply,  the dark theme didn't work.
 
I changed the color with this CSS code.

.control-spinner .btn {
  background-color: #2b2a22;
  background-image: none;
  border-color: #2b2a22;
}
the middle part is white, how can I change it?


RE: Direct input steps - change color - Daniel - 10.09.2021

Dark theme works, you probably need to clear browser cache


RE: Direct input steps - change color - fahd-bnh - 10.09.2021

(10.09.2021, 10:00)Daniel Wrote: Dark theme works, you probably need to clear browser cache

YES, Thank you so much.