We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change background color of gauges based on panel title
Describe what assistance you need CSS block
Describe what you tried https://community.grafana.com/t/panel-title-with-background-color/45411
Related links
The text was updated successfully, but these errors were encountered:
Basically "Add Panel BG Color" but only to specific panels and not all of them.
Sorry, something went wrong.
It seems Grafana's CSS changes on > 8.x.x
Try this:
.panel-title-container[data-testid="data-testid Panel header PANEL-NAME-HERE"]{ background-color: blue; }
.panel-container[aria-label="PANEL-NAME-HERE panel"]{ background-color: red; }
You can use the Inspect Tool in your browser to search the style you want to select and change.
No branches or pull requests
What you are struggling with
Change background color of gauges based on panel title
Describe what assistance you need
CSS block
What you tried
Describe what you tried
https://community.grafana.com/t/panel-title-with-background-color/45411
Related Issues and Links
Related links
The text was updated successfully, but these errors were encountered: