#3237 - Downloads css being parsed in users online
| Identifier | #3237 |
|---|---|
| Issue type | Minor issue (breaks specific functionality) |
| Title | Downloads css being parsed in users online |
| Status | Closed (no changes needed) |
| Handling member | Chris Graham |
| Addon | downloads |
| Description | I have noticed that downloads.css is being parsed on the users online page. |
| Steps to reproduce | |
| Funded? | No |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".
Comments
To target styles to a specific page you can use the page_running_<pagename> CSS class we automatically inserted into the DOM tree.
E.g.
.page_running_downloads p { color: red; }
would make all paragraphs red but only on the download page.