dhtmlx skin builder


Hello,



I want to assign customized colors to dhtmlx components instead of the default sky blue color using dhtmlxcustom.css. Right now when i have included the dhtmlxcustom.css it assigns the color to my entire application instead of coloring only dhtmlx components.



Please advice on the same with sample code on urgent basis.



 



 



 



 

Skin bilder creates defines css classes in such way that they will not affect any styling outside of dhtmlx components.
The only exception - body element, skin builder defines its bg color ( necessary for correct view in fullscreen mode ), if it causes problem in your case - you can open dhtmlx_custom.css and remove first css rule in the file, which will be similar to the

body{
background-color: #dbeafe;
}