Hi, hope you can help.
Anyway I can custom the background colour of the pop up, I've added css into the custom.css file but the override is not happening.
.webui-popover {
background-color: #a8b7b9;
}
or for the dark scheme override
.webui-popover.dark, .webui-popover.dark .webui-popover-title {
background-color: #a8b7b9 !important;
}
I did notice when in the admin for the module, if I hover on Tooltip background color, it says you can enter # coide or RGB etc, but I cannot see where, just dark or light?
May thanks
Dann