How do I change ONLY the background color for all drop-down menus?
The closest thing I could find to it is card-background-color which is supposed to change the card background color; however, for some reason, it also changes the drop-down menu background color… making text unreadable:
I believe that the popular ios-themes theme variety pack also has this issue since they have transparent card backgrounds.
I tried to figure this out using developer tools in my web browser, however, every time I click on the element selector, the drop-down menu loses focus.
Thanks @tom_l However, the real problem is that card-background-color is interfering with the color and transparency for drop-down menu background, I just want card-background-color to change card background color, nothing else that is unrelated.
Is it possible to use card-mod to prevent card-background-color from affecting drop-down menu background?