Thursday, 19 September 2013

Remove all border on all panelgrids

Remove all border on all panelgrids

I need to hide all borders of all panelgrids using primefaces. I have
tried he following without effects:
table {
border: none;
}
table tr, table td {
border: none;
}
What can I do?

No comments:

Post a Comment