From 468cc2c86d84db9f18df291cbfbf83e0d3fb272d Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Fri, 23 Jan 2026 10:06:07 +0100 Subject: [PATCH] forcing transparent 2 --- glance-system/glance-kisfenyo.yaml | 9 +++++++++ glance-system/glance-orsi.yaml | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/glance-system/glance-kisfenyo.yaml b/glance-system/glance-kisfenyo.yaml index c646fbd..f91caa7 100644 --- a/glance-system/glance-kisfenyo.yaml +++ b/glance-system/glance-kisfenyo.yaml @@ -2023,6 +2023,15 @@ data: #ef4444 var(--s-red) ); } + + /* ========================================================================= + Forcing transparency on no-tint iframes + ========================================================================= */ + + /* Force notes iframe to be transparent */ + .widget.iframe-no-tint iframe { + background: transparent !important; + } --- apiVersion: apps/v1 kind: Deployment diff --git a/glance-system/glance-orsi.yaml b/glance-system/glance-orsi.yaml index 4b43415..47cb418 100644 --- a/glance-system/glance-orsi.yaml +++ b/glance-system/glance-orsi.yaml @@ -1177,6 +1177,15 @@ data: #ef4444 var(--s-red) ); } + + /* ========================================================================= + Forcing transparency on no-tint iframes + ========================================================================= */ + + /* Force notes iframe to be transparent */ + .widget.iframe-no-tint iframe { + background: transparent !important; + } --- apiVersion: apps/v1 kind: Deployment