jsf - How to remove horizontal lines inside primefaces p:panelGrid -


i have lines horizontally inside panel can see in screen shot. ideally have border should show box , remove horizontal lines.

i have tried

.ui-panelgrid tr {     border-width: 0px !important;     } 

however removes border completely.

how can set border box panel , no lines inside panel?

screen shot

enter image description here


Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

How to get multiresult with multicondition in Sql Server -