html - Change Combo color on focus -


i want change border color on focus combo box. has class .ui-selectonemenu class , on focus ui-state-focus class gets applied same level. trying write selector .ui-selectonemenu .ui-state-focus , tried .ui-selectonemenu :focus both not working. suggestions. doing primefaces

 .ui-selectonemenu             {                 width:150px;                 padding:5px;             } .ui-selectonemenu:hover, .ui-selectonemenu:focus             {                 background:#ffd800;                 border:px solid #f00;             } 

Comments

Popular posts from this blog

php - render data via PDO::FETCH_FUNC vs loop -

c++ - OpenCV Error: Assertion failed <scn == 3 ::scn == 4> in unknown function, -

The canvas has been tainted by cross-origin data in chrome only -