set grafana transparency

This commit is contained in:
2026-01-14 08:59:12 +01:00
parent af97b4bccf
commit acdf5cc64d
+11
View File
@@ -1324,6 +1324,17 @@ data:
background: rgba(45, 181, 230, 0.12);
}
/* Grafana iframe: slightly transparent + boosted contrast/brightness */
.widget.widget-type-iframe:has(iframe[src*="grafana"]) iframe {
opacity: 0.7 !important;
filter: contrast(1.15) brightness(1.3) !important;
border-radius: 12px !important;
width: 100% !important;
border: 0 !important;
position: relative !important;
z-index: 1 !important;
}
/* =========================================================================
CONTAINER VERSIONS WIDGET HEIGHT INCREASE
========================================================================= */