Hi,
I have added the selector to my application. However, when I apply the css for all like the following, I get the whole page elements get affected.
<style type="text/css">
*{
padding:0px;margin:0px;
font-size:12px;
font-family:Verdana, Geneva, Helvetica, sans-serif;
line-height:20px;
}
</style>
I tried to apply the class or some style using some javascript code and jquery but they failed. so can you advise how to change the css custom things, not changing the jquery in the import url, so I can set myspecific border color and keep the rest as is, similarly, changing the background color.
Please advise.
Regards,
Ridwan Habbal