Jump to content

unimList background colour


gschoon

Recommended Posts

Hi,

 

Can you try this approach?!:

 

1. UniServerModule -> CustomCSS:

.myList .x-scroll-container {
    background-color: orange;
}

2. UnimList -> ClientEvents -> UniEvents -> function beforeInit:

function beforeInit(sender, config)
{
    config.cls = "myList";
    config.itemCls = "myList";
}

Best regards.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...