I remove all borders of my primefaces panelgrid component using these ways:
First one:
.table, table td {
border-style: hidden !important;
}
Another one:
.table, table tr, table td {
border: none !important;
}
What is the difference between border and border-style property?
border is a shorthand notation for setting border properties.
See the details at: http://www.w3.org/TR/css3-background/#the-border-shorthands
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With