Currently working with primefaces 4.3 and incorporating it into my main UI.
My goal is to modify the background color of the north unit to red, as currently only the top 80% of the unit is affected.
.ui-layout-north .ui-layout-unit-content {
background-color: red ;
font-size:90% !important;
}
Is there a way to apply this change to the entire north unit?
Appreciate any help, thank you!