4th try
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user