I am trying to achieve setting a custom background-color in the dashboard for a while now without success. I am using the UI-template with the following code:
<style>
body.nr-dashboard-theme {
background-color: green !important;
}
</style>
Though, this works fine setting the UI-template node to a specific group but not in the HEAD-section.
Having the setting for groups makes it messy when having multiple flows/tabs which make a need of multiple UI-template nodes. For example if you choose to hide the group you lose the background-color for the overall dashboard.
I have tried multiple style elements, including body and * without success.
Appreciate all help!