A javascript library have a click handler.
When click a link like this:
<a id="login_id">Login</a>
a popup.css file is loading for a popup window with login informations.
How is it possible to change the css of that popup window? I cant edit the library. The problem is, that only when you click on it, the css file is loading and not before. A inline css will not work in that case, because the popup.css will overwrite it when use the click handler. I tried to work with css !important but it doestn work.
Is it possible to overwrite the CSS? A jsfiddle is not possible. Sorry.