857bcb7f5f9f792d8203ba373a381fe1d9c85e46
FAQ/Questions/Overriding-page-level-css.md
| ... | ... | @@ -65,6 +65,7 @@ You can either set the [[ToolbarCssUrl|/API/CodeSamples/ToolbarCssUrl]] setting |
| 65 | 65 | |
| 66 | 66 | To use custom CSS for the Report List page, you can use the method described above for the Report Viewer to obtain the desired results. However, the file will be called ``reportlist.css`` and the page it should be included on is **ReportList-Head.ascx**. The include statement should look similar to the following: |
| 67 | 67 | ``<link rel="stylesheet" type="text/css" href="./Resources/css/reportviewer.css" />`` |
| 68 | + |
|
| 68 | 69 | The CSS classes you will have to override will also be different than the ReportViewer page CSS classes. Here are some examples of classes that can be overridden. |
| 69 | 70 | |
| 70 | 71 | ```css |