-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deluge Siphon CSS spilling over into unrelated page CSS and breaking #44
Comments
This should be fixed in 0.70.9 - can you verify?
~ Steve
…On January 30, 2017 at 3:19:39 AM, Tomáš Kolinger ***@***.***) wrote:
I have same problem. Deluge injecting set of styles to .modal class. This
will result in broken websites. Disabling deluge fixes issue.
[image: deluge-injected-styles]
<https://cloud.githubusercontent.com/assets/1590930/22416180/0f03bfb4-e6cd-11e6-90df-a2a05f391402.PNG>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#44 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA3v0YUd8PIXyQPMuhNXWQNZfs_M6uJgks5rXZ0bgaJpZM4LxBpu>
.
|
I also have this problem with the .modal class being injected and breaking various web sites. Also happening in 0.70.9 |
Ugh -- somehow (by somehow I mean I made a mistake), the original jquery-modal css got into the package and not my modified copy that scopes all the selectors under a unique identifier. I just pushed a new version with what I thought was in there all along. Sorry folks. |
Problem solved for me (0.71.0). Thank you! |
@kolinger thanks for reporting fixed status. Again apologies for the oversight. I did basically a total rewrite for 0.7x and I'm still getting things stabilized. |
@sbussetti @kolinger Thanks for quick resolution. |
Fixed for me in 0.71 too. Thanks for the quick response! |
When I use Sonarr the modal CSS is being overwritten by injected stylesheets within Deluge Siphon, I think the latest changes to the CSS where the parent selector was removed is causing undesirable effects.
Either way, I had to disable Deluge Siphon until this is resolved.
The text was updated successfully, but these errors were encountered: