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.

touch button without status
#6
(12.07.2017, 09:58)Auzzii Wrote: Hi.

Is it possible to change button icon?





tnx

yes it's possible via base64 coded icon.
that's example for changing slider position icon

Code:
.slider-handle{
padding: 0px 0px !important;
width:            61px !important;
height:           61px !important;
background-image: url("data:image/png;base64,iVBORw0K… (icone code)");
background-color: transparent !important;
border: 0px;
box-shadow: none !important;
}

on this site you can convert png icon to base64 code
https://www.base64-image.de/
that's result of code above:
[Image: 7.jpg]
Reply


Messages In This Thread
touch button without status - by Matt - 18.06.2017, 20:22
RE: touch button without status - by Matt - 19.06.2017, 14:49
RE: touch button without status - by Auzzii - 12.07.2017, 09:58
RE: touch button without status - by AEK - 12.07.2017, 13:12

Forum Jump: