5a14c7d46982d46c06460fbed3c55efa7dca545d
FAQ/Questions/Overriding-page-level-css.md
| ... | ... | @@ -127,6 +127,10 @@ The CSS classes you will have to override will also be different than the Report |
| 127 | 127 | |
| 128 | 128 | ##Dashboards |
| 129 | 129 | |
| 130 | +You can override page CSS on the Dashboards.aspx page by using the following properties to include a CSS file you specify, or you can open **Dashboards-head.ascx** and **Dashboards-body.ascx** and include your own CSS using the methods described above for the Report Viewer and Report List. |
|
| 131 | + |
|
| 132 | +AdHocSettings Properties applicable to Dashboards.aspx |
|
| 133 | + |
|
| 130 | 134 | * [[DashboardsCssUrl|/API/CodeSamples/DashboardsCssUrl]] |
| 131 | 135 | |
| 132 | 136 | _**Note:** You may need to append the **!Important** flag onto certain CSS properties so they will override the existing styles._ |
| ... | ... | \ No newline at end of file |