Hi Team
We have a prompt list in the below,

Here how to changed selected Items color, background, and bold font.
and how to change the entire prompt background.
I have used in the below CSS code:
.sapUiTableRowHdr.sapUiTableRowSel
{
background-color: lime;
}
After selection of an item from the Prompt shows as below,
here how to highlighted entirely row,

Please help in the above CSS code.
Thanks,
Chandrasekhar .K