Opened 9 years ago
Closed 9 years ago
#7575 closed defect (bug) (fixed)
Admin common style selectors must be more specific
| Reported by: | geminorum | Owned by: | slaFFik |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.0 |
| Component: | Administration | Version: | 2.8.2 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Apparently BuddyPress adds common styles to all admin pages, and appends a buddypress class to the html body. for example:
.buddypress code {
background-color: #e0e0e0;
color: #636363;
font-size: 1em;
}
it affects all code tags on all admin page, and frankly not a good practice.
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
We add some common wp-admin styles across, yes, because we set some CSS for menu icons and to modify parts of the users list table (if I remember correctly).
I agree this style is too general. It was probably added innocently to help style the Credits page, so I'm going to #yolo tweak the selector for now as a quick fix.