hi there,
how to remove border in each cell in Outsystems table?
I try using style in the table's property, but does not work. Thank you.
border:0;cellpadding=0;cellspacing=0
Thank you all.
I manage it by making the border-color the same colour with the background-color.
regards,
Random Walk wrote:
Hey guys, do you know how to make the border-color transparent ?
HI made,
You may try this code in each cell as style as extended property
SyntaxEditor Code Snippet
"border: 0px solid !important"
hi Rocky,
Thank you for quick reply. Unfortunately, it does not work. I am wondering how to override all css that has been set in the module. In other words, where should i put the css so it overrides the rest.
M
Made wrote:
Hi made ,
You can override module css by defining it in page or inline .Can i have OML to investigate ?
Ok, a few observations:
Check "box-shadow" css as well, in case all other solutions not working.