10.09.2021, 09:56
(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?