f8b4c0101ca9d41e2b2c1c4f4d27a3f2abffc694
FAQ/Questions/Overriding-page-level-css.md
| ... | ... | @@ -53,7 +53,9 @@ B. On the Settings.aspx page, go to the **Appearance (images and css)** tab and |
| 53 | 53 | |
| 54 | 54 | Once you have set the path to tabs.css, you can use the program of your choice to edit it to match your company's colors or fonts. |
| 55 | 55 | |
| 56 | -##Toolbar |
|
| 56 | +* [[HeaderStyleCss:|/API/CodeSamples/HeaderStyle]] This is also applicable to the report designer and should facilitate customization. |
|
| 57 | + |
|
| 58 | +###Toolbar |
|
| 57 | 59 | |
| 58 | 60 | With the zip file you downloaded from the last section, extract the **toolbar.css** file into the resources/css folder within your application. Ensure the file is still named toolbar.css, then enter the link generated into your browser (example /your_site_url/resources/css/toolbar.css). |
| 59 | 61 | |
| ... | ... | @@ -61,4 +63,9 @@ You can either set the [[ToolbarCssUrl|/API/CodeSamples/ToolbarCssUrl]] setting |
| 61 | 63 | |
| 62 | 64 | ##Report List |
| 63 | 65 | |
| 64 | -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 CSS classes you will have to override will also be different than the ReportViewer page CSS classes. |
|
| ... | ... | \ No newline at end of file |
| 0 | +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 CSS classes you will have to override will also be different than the ReportViewer page CSS classes. |
|
| 1 | + |
|
| 2 | +##Dashboards |
|
| 3 | + |
|
| 4 | + * [[DashboardsCssUrl|/API/CodeSamples/DashboardsCssUrl]] |
|
| 5 | + |