From acdf5cc64d19249fb6ce81a664cc9acd0ee83d0c Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Wed, 14 Jan 2026 08:59:12 +0100 Subject: [PATCH] set grafana transparency --- glance-system/glance-kisfenyo.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/glance-system/glance-kisfenyo.yaml b/glance-system/glance-kisfenyo.yaml index 9deae0a..31ee40b 100644 --- a/glance-system/glance-kisfenyo.yaml +++ b/glance-system/glance-kisfenyo.yaml @@ -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 ========================================================================= */