From 1e5744b30d510236adb29447e3d9023d4bdd2226 Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Sun, 11 Jan 2026 09:33:14 +0100 Subject: [PATCH] 4th try --- glance-system/glance.yaml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/glance-system/glance.yaml b/glance-system/glance.yaml index 27806f7..01bf7bb 100644 --- a/glance-system/glance.yaml +++ b/glance-system/glance.yaml @@ -311,6 +311,7 @@ data: widgets: # Nextcloud iframe - type: iframe + css-class: iframe-no-tint source: https://nextcloud.dooplex.hu/apps/files/files height: 1200 title: NextCloud @@ -406,14 +407,6 @@ data: background: rgba(226, 146, 255, 0.16); } - .widget.widget-type-iframe:has(iframe[src*="nextcloud"]) { - position: relative !important; - } - - .widget.widget-type-iframe:has(iframe[src*="nextcloud"])::after { - display: none !important; - } - /* Widget content area */ .widget-content { background-color: transparent !important; @@ -630,6 +623,15 @@ data: -webkit-backdrop-filter: none !important; } + .widget.iframe-no-tint iframe { + filter: none !important; + } + + .widget.iframe-no-tint::after { + content: none !important; + display: none !important; + } + --- apiVersion: apps/v1 kind: Deployment