Search code examples
jquerycssgmail-contextual-gadgets

iframe 'child' can style this parent? within the iframe self


In Google mail I can add my own app. But it's in an IFrame. The parent of the IFrame has a gray background-color.

(class="hi")

I want to change that color.

Is it possible that I can style the parent that's outside the IFrame from the IFrame itself?

gr.


Solution

  • You can not apply CSS to HTML that is loaded in an iframe which is coming from another site (in your case Google Mail)

    You can only style your iframe content when you have access to edit that iframe page.