DHTMLX Menu : Customize the menu display style.

Hi,

I want to change the default style of DHTMLX menu.

I want to change it to something like white with black separators.

How to do this ?


You can change related styles in dhtmlxgrid.css, next css class control look of separators


/devider - horizontal/
.menuDivider {
background-color : #D4D0C8;
border-left : solid #808080 1px;
border-right : solid #FFFFFF 1px;
height : 100%;
margin-bottom : 2px;
margin-top : 1px;
overflow : hidden;
vertical-align : middle;
width : 2px;
}