APEX 22.1 on Oracle 19
One of our applications has a strange issue - Simple select list page item. But all the options in the dropdown list are invisible because they are white-on-white. Even hovering over them does not display the value. Inspecting the page source code/markup using browser dev tools shows the OPTION elements. Adding a background-color: style in dev tools works, the color is updated but foreground color is ignored. Nothing else in dev tools appears relevant, no color related properties overridden. We are using Universal Theme with no custom theme style.
I am stumped. How can I troubleshoot this?
Thanks