Does anybody know how to apply CSS styling to analyzer component within CDE dashboard?
Iframes are tricky enough to edit their styling but i have found that i can do the following jQuery in Chrome Console:
However i cant get this to work with any of the following:
- pre/post execution events
- custom javascript snippet to wait for iframe load event
I think it is trying to update the element prior to it being fully loaded within the iframe, but not 100% sure.
If this fails does anybody have any good suggestions on how to achieve this? I cant get my head around how to do div integration of analyzer component within CDE.
Thanks as always!
Iframes are tricky enough to edit their styling but i have found that i can do the following jQuery in Chrome Console:
Code:
$("#iframe_analyzer-container").contents().find(".reportArea").css("background-color","blue");
- pre/post execution events
- custom javascript snippet to wait for iframe load event
I think it is trying to update the element prior to it being fully loaded within the iframe, but not 100% sure.
If this fails does anybody have any good suggestions on how to achieve this? I cant get my head around how to do div integration of analyzer component within CDE.
Thanks as always!