Issue applying CSS to WebUI iframes
One answer
If you check the page source, you should know why.
The summary pop-up window has a complete HTML source and has its own styles in the <head> section. Some styles even have the "!important" tag and I see no way to override them (they are loaded last and has this tag, so they take precedence).
The summary pop-up window has a complete HTML source and has its own styles in the <head> section. Some styles even have the "!important" tag and I see no way to override them (they are loaded last and has this tag, so they take precedence).
Comments
Hi Donald,
Yes - I had looked at the source and kind of figured that out, but was unsure as to how that html was generated. If it's just hard-coded in the server, then i'd say this is eitherĀ a limitation or a bug. My specific issue is with wiki markup - tables rendered from wiki markup don't have borders by default - this is also i bug i think, though one i'd (only partially) solved using theme support.
thanks
John