Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Paul Cocis on Nov 01, 2009 06:25
open dhtmlx forum
DHTMLX Toolbar Change slider skin


Its posible to change on toolbar slider skin?

Thank you,
Answer posted by Alex (support) on Nov 02, 2009 05:13

Hello, 

the style of slider ball is defined in the dhtmlxtoolbar_dhx_skyblue.css:

.dhx_toolbar_base_dhx_skyblue div.dhx_toolbar_btn div.sl_pen {
...
background-image:url(../imgs/dhxtoolbar_dhx_skyblue/dhxtoolbar_slider_pen_def.gif);
background-repeat:no-repeat;
border:medium none;
cursor:default;
height:15px;
width:15px;
}

you can redefine it as you need.