We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ef3e6c commit d969e5dCopy full SHA for d969e5d
src/styles/pev2-overrides.css
@@ -77,13 +77,8 @@
77
margin-bottom: 0;
78
}
79
80
-/* Inherit Grafana theme colors */
81
-.pev2-panel-container .bg-light,
82
-.pev2-panel-container .bg-white {
83
- background-color: transparent !important;
84
-}
85
-
+/* Ensure node cards have solid white background (not transparent) */
86
.pev2-panel-container .card,
87
.pev2-panel-container .card-body {
88
- background-color: transparent;
+ background-color: #fff !important;
89
0 commit comments