You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It admittedly took me a moment to find this, bit the fix is rather simple:
The UI in the popups is XUL, so I declared the styles namespace to be XUL. Bbut the img is actually an HTML element and thus can't be addressed from an XUL namespace.
To fix this, the HTML namespace has to be declared too, and the selector must be changed to *|img, which means imgin any namespace. ( html|img works too.)
The preview gets inverted and I don't know why the invert rule doesn't apply to it as well even tho
img
is defined.The text was updated successfully, but these errors were encountered: