Logic Machine Forum
Change size and colour of "inline switch" - 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: Change size and colour of "inline switch" (/showthread.php?tid=1898)



Change size and colour of "inline switch" - Polkaz - 10.02.2019

Hi,

How can i change the size and colour of "inline switch"?

//P


RE: Change size and colour of "inline switch" - Daniel - 11.02.2019

Hi
This will change the colors

Code:
.toggler .btn-bg {

   background-color: #d28989;
   
}

.btn-success:hover,.btn-success.active {

   background-color: #2c53da;
 
}