Is there a way to modify the color of the selected item in a Xul listbox?
I attempted this code snippet:
listitem:focus {
background-color: red;
color: red;
}
However, it does not seem to be working. I've searched through CSS and xul documentation but have not found a solution yet.
Do you have any ideas on how to achieve this?