set grafana transparency
This commit is contained in:
@@ -1324,6 +1324,17 @@ data:
|
|||||||
background: rgba(45, 181, 230, 0.12);
|
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
|
CONTAINER VERSIONS WIDGET HEIGHT INCREASE
|
||||||
========================================================================= */
|
========================================================================= */
|
||||||
|
|||||||
Reference in New Issue
Block a user