forcing transparent 2
This commit is contained in:
@@ -2023,6 +2023,15 @@ data:
|
|||||||
#ef4444 var(--s-red)
|
#ef4444 var(--s-red)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* =========================================================================
|
||||||
|
Forcing transparency on no-tint iframes
|
||||||
|
========================================================================= */
|
||||||
|
|
||||||
|
/* Force notes iframe to be transparent */
|
||||||
|
.widget.iframe-no-tint iframe {
|
||||||
|
background: transparent !important;
|
||||||
|
}
|
||||||
---
|
---
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
|
|||||||
@@ -1177,6 +1177,15 @@ data:
|
|||||||
#ef4444 var(--s-red)
|
#ef4444 var(--s-red)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* =========================================================================
|
||||||
|
Forcing transparency on no-tint iframes
|
||||||
|
========================================================================= */
|
||||||
|
|
||||||
|
/* Force notes iframe to be transparent */
|
||||||
|
.widget.iframe-no-tint iframe {
|
||||||
|
background: transparent !important;
|
||||||
|
}
|
||||||
---
|
---
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
|
|||||||
Reference in New Issue
Block a user