1
I have these three classes css
, and I wonder if it is possible to turn into one, it would be used in panel grid
of Primefaces
.panelGridCenter {
margin: 0 auto;
}
.gridNoBackground tr{
background: transparent;
background-color: transparent;
}
.noBorders tr, .noBorders td {
border: none !important;
border-spacing: 0px !important;
}
I’m in doubt how to do that panel grid
align to the center and remove the background color and edges from it in a single css
.
Thank you
Voce would like to write all the code in just one class, or would like to set in the panelgrid component a class and write the css for tr and td from this
classname
who set?– Michel Simões
@Michelsimões would like to apply in a single class those three classes understands.
– Macario1983