But, as always, we need a little hack to make it works as we want. My first hacking is to hide the border in layout unit. After examined with firebug, I found the border is produced by "ui-widget-content". Therefore we can overwrite layout unit's border. PrimeFaces changed its layout unit css class name to "ui-layout-pane-north", "ui-layout-pane-west","ui-layout-pane-east" and "ui-layout-pane-center".
Therefore, to remove header layout unit using css multiple class selectors:
0 comments:
Post a Comment