Logic Machine Forum
Change icon in slider - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Visualization (https://forum.logicmachine.net/forumdisplay.php?fid=9)
+--- Thread: Change icon in slider (/showthread.php?tid=2072)



Change icon in slider - Sander Bloem - 08.05.2019

    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!


RE: Change icon in slider - AEK - 08.05.2019

(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/rabota-s-css-kaskadny-mi-tablitsami-stilej/