Posts: 7
Threads: 4
Joined: Jul 2018
Reputation:
0
Hi,
How can i change the size and colour of "inline switch"?
//P
Posts: 4572
Threads: 23
Joined: Aug 2017
Reputation:
206
Hi
This will change the colors
Code:
.toggler .btn-bg {
background-color: #d28989;
}
.btn-success:hover,.btn-success.active {
background-color: #2c53da;
}
------------------------------
Ctrl+F5