I have defined a custom theme for a WSS 3.0 site which uses black for the background. However I'd like my reporting services reports (SQL 2008) to open on a white background (reports which have been opened from a document library). I can define the report background to be white (default), but for reports which require parameters to be set, they open using a black background which isn't what I need (i.e. it inherits from the site theme)
I can't just change the global reporting services css as this would affect other working sites.
I've been through a page with IE developer and can't see a css class to do this. Interestingly though I can find one for the parameter area which works (.sqlrv-PromptAreaTitle) and can add this to my style sheet.
Can anyone help?
I know this is isn't strictly a 100% SharePoint issue, but I thought that it feels mainly into the SharePoint arena.
Sorry to ask again, but can anyone help? This is driving me mad!
I've taken an alternative approach and instead tried to make the whole report viewer black, to match the background. However the parameter area just refuses to change colour (the header, border and footer all change fine).