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).