Skip to content

Commit d969e5d

Browse files
committed
fix: node cards are not transparent
1 parent 5ef3e6c commit d969e5d

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

src/styles/pev2-overrides.css

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,8 @@
7777
margin-bottom: 0;
7878
}
7979

80-
/* Inherit Grafana theme colors */
81-
.pev2-panel-container .bg-light,
82-
.pev2-panel-container .bg-white {
83-
background-color: transparent !important;
84-
}
85-
80+
/* Ensure node cards have solid white background (not transparent) */
8681
.pev2-panel-container .card,
8782
.pev2-panel-container .card-body {
88-
background-color: transparent;
83+
background-color: #fff !important;
8984
}

0 commit comments

Comments
 (0)