question

ericburr avatar image
ericburr asked

Report Manager 2008r2 changing background color of Parameters banner

I have been fairly lucky on modifying the CSS page for most of the Report Manager, but when a report is selected that has parameters, the background color is the default blue/gray shade. Does anyone know where in the CSS, or other location to change that background color for Report Manager 2008r2? I have attached two files for reference. Additional information, I have added BACKGROUND-COLOR:#A9C399; to every line of code in the css page, and it made the entire Report Manager green, except the parameters and print/export banners. Thank you Eric![alt text][1] ![alt text][2] [1]: /storage/temp/575-mainpage.jpg [2]: /storage/temp/576-parameterbanner.jpg
ssrsparameters
mainpage.jpg (43.1 KiB)
parameterbanner.jpg (19.3 KiB)
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Mister Magoo avatar image
Mister Magoo answered
[Try this handy blog post...][1] [1]: http://www.wiseowl.co.uk/blog/s296/css-parameters.htm I have tested it and it works, but I think it causes a restart of your Reporting Services and if you already have your report manager open you will need to perform a page refresh (CTRL-F5 in IE) The part you need to change is .ParametersFrame {background-color}
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

dmedici avatar image
dmedici answered
Open the .CSS and look for .ParametersFrame, and insert the following: .ParametersFrame { background-color: green; border: 1px solid green; width: 400px; }
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

soniajessi avatar image
soniajessi answered

Hi

Here is how to Change Font and Text Color Using CSS:

It is quite interesting to note that several websites could very well have the same HTML code but their styling or CSS is what would make them different! Talking about CSS in particular, graphic designer displays their creativity through it. Not only does it give the web designer control over the appearance of the web pages but also aids in creating a visual hierarchy through parameters like shape, color, space, and size.

to learn more read this article: https://www.scaler.com/topics/change-font-color-using-css/


10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.