문제

How can I change the footer style of Primefaces (3.5) datatable footer? Or more specifically, its background-color?

I tried skinning it with .ui-datatable-footer but it doesn't seem to work. However, doing the same with color works perfectly, font-weight too.

도움이 되었습니까?

해결책

You might need to use important alongside your background prop

.ui-datatable-footer {
   background: red !important;
 }
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top