Override the default style

Hi,

it is possible to override the «default» style?

how can we do that?

//not working...
application.overrideStyle('DEFAULT',"new_style"); 
application.overrideStyle('',"new_style");

thanks!

You need to assign a style sheet to a form before the application.overrideStyle() function will work. And then it will work only on the forms that have the style sheet you are over riding.

So assign a style sheet with nothing in it to all your forms and you’re good to go.