I have a selectOneMenu with a styleclass.
Can someone write me how to style the items inside?
I'm trying to access them via styleclass.
I can change the stylings general by doing
.ui-selectonemenu-items-wrapper {font-size:13px;}
however it doesn't work via a styleClass which I have added to the selectOneMenu
<p:selectOneMenu styleClass="someClass"...
It wont work like this:
.someClass .ui-selectonemenu-items-wrapper {
font-size:13px;}