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