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 icon in slider
#2
(08.05.2019, 10:47)Sander Bloem Wrote: Im wondering how i can change the "icon" cg titel in a slider..


What i have is a slider for controling a light fixture the button is indicated with the following symbols: <   > but i need to change this to: -    +.
below you'll find the slider that we use for dimming the lights.


but i need to change this into the following with the slider function.


is there a way i can do this?

Thanks alot!
it is possible to change icon via css and base64. here is css example , it change slider position button, not arrows
Code:
.slider-handle{
padding: 0px 0px !important;
width:            61px !important;
height:           61px !important;
background-image: url("data:image/png;base64,iVBORw0K… (picture code)");
background-color: transparent !important;
border: 0px;
box-shadow: none !important;
}
here you can find more, but its on russian 
http://logicmachine.net.ru/solutions/rab...mi-stilej/
Reply


Messages In This Thread
Change icon in slider - by Sander Bloem - 08.05.2019, 10:47
RE: Change icon in slider - by AEK - 08.05.2019, 11:21

Forum Jump: