jeffreykemp / jk64-plugin-reportmap

Report Google Map APEX Plugin
https://jeffreykemp.github.io/jk64-plugin-reportmap/
MIT License
42 stars 16 forks source link

Info text font color for Pin is white on white background when theme is Vita - Dark #154

Open pcpaasche opened 2 years ago

pcpaasche commented 2 years ago

Describe the bug The font color for the info text for a pin is white, on a white background, when Apex theme is Vita - Dark.

To Reproduce Open your demo application: https://apex.oracle.com/pls/apex/jk64/r/jk64_report_map/pins?session=3059453552972

Change theme for the application to Vita - Dark.

Expected behavior Pin info text should be black font color.

Screenshots image

Device (please complete the following information):

pcpaasche commented 2 years ago

I am no css expert, but it seems like being this class that could have black background color in Vita Dark theme:

.gm-style .gm-style-iw-c { position: absolute; box-sizing: border-box; overflow: hidden; top: 0; left: 0; transform: translate3d(-50%,-100%,0); background-color: #161515; border-radius: 8px; padding: 12px; box-shadow: 0 2px 7px 1px rgb(0 0 0 / 30%);