removed tint from nextcloud

This commit is contained in:
2026-01-11 09:12:14 +01:00
parent a8cda1ac70
commit 52f3c19d28
+5
View File
@@ -406,6 +406,11 @@ data:
background: rgba(226, 146, 255, 0.16);
}
/* Remove purple overlay from Nextcloud iframe */
.widget.widget-type-iframe:has(iframe[src*="nextcloud"])::before {
display: none !important;
}
/* Widget content area */
.widget-content {
background-color: transparent !important;