Hi Alexandra,
I want to add a top border for the toolbar component.
Here is my code below:
// new style
.mybar .dhx_mainbar{
border-top:1px solid black;
}
//
{view:"toolbar",
type:"MainBar",
css:"mybar",
elements:[]}
However, it was invalid.
Could you give me some advises?
Thank you!