This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Change size and colour of "inline switch"
#1
Hi,

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

//P
Reply
#2
Hi
This will change the colors

Code:
.toggler .btn-bg {

   background-color: #d28989;
   
}

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

   background-color: #2c53da;
 
}
------------------------------
Ctrl+F5
Reply


Forum Jump: