Hi
I am currently using Powerbuilder 2022 R2 where we are adding themes to our application.
We want to add a color to the hover state of a dropdownlistbox. The current color is as shown below.
We want to change the blue in the item list to #c4deff. The background of the item list only changes when we change the focused-state of dropdownlistbox control in theme.json file.
In the theme.json file we have disabled-state, normal-state, focused-state, hover-state. We could not find any control related to items in theme.json for the dropdownlistbox.
The focused-state background-color modifies the background of both items and the dropdownlistbox.
The hover-state background works only on the dropdownlistbox and not the items
We tried to add selected-row background-color and that did not work for the items.
Please advise on how to modify the background color of items ibn dropdownlistbox when hovered.
Thanks in advance.