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