I have a third-party iframe widget component embedded in my page. The only HTML string present in the body of my page is this iframe, which includes a custom button styled by the widget.jsp. In Chrome's inspector, I can only see the <iframe>
component, while FireFox displays the button inside the <iframe>
with the style class ".button."
<iframe src='https://www.xxxxxxxx.com/aaa/bbb/widget.jsp?par1='TEST%20BUTTON'></iframe>
https://i.sstatic.net/UX7Ce.jpg
My question now is, how can I override the styling of the .button class?