10.02.2019, 13:49
Hi,
How can i change the size and colour of "inline switch"?
//P
How can i change the size and colour of "inline switch"?
//P
Change size and colour of "inline switch"
|
10.02.2019, 13:49
Hi,
How can i change the size and colour of "inline switch"? //P
11.02.2019, 09:00
Hi
This will change the colors Code: 1234567891011 .toggler .btn-bg {
background-color: #d28989;
}
.btn-success:hover,.btn-success.active {
background-color: #2c53da;
}
------------------------------
Ctrl+F5 |
« Next Oldest | Next Newest »
|