4th try
This commit is contained in:
@@ -311,6 +311,7 @@ data:
|
|||||||
widgets:
|
widgets:
|
||||||
# Nextcloud iframe
|
# Nextcloud iframe
|
||||||
- type: iframe
|
- type: iframe
|
||||||
|
css-class: iframe-no-tint
|
||||||
source: https://nextcloud.dooplex.hu/apps/files/files
|
source: https://nextcloud.dooplex.hu/apps/files/files
|
||||||
height: 1200
|
height: 1200
|
||||||
title: NextCloud
|
title: NextCloud
|
||||||
@@ -406,14 +407,6 @@ data:
|
|||||||
background: rgba(226, 146, 255, 0.16);
|
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 area */
|
||||||
.widget-content {
|
.widget-content {
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
@@ -630,6 +623,15 @@ data:
|
|||||||
-webkit-backdrop-filter: none !important;
|
-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
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
|
|||||||
Reference in New Issue
Block a user