Opened 13 years ago
Closed 13 years ago
#25968 closed enhancement (fixed)
MP6: buttons.css is incorrectly overriding wp-admin.css
| Reported by: | johnbillion | Owned by: | iammattthomas |
|---|---|---|---|
| Priority: | high | Milestone: | 3.8 |
| Component: | Administration | Version: | 3.8 |
| Severity: | normal | Keywords: | needs-ui has-patch dev-feedback |
| Cc: | Focuses: | ui |
Description
MP6 in plugin form enqueues its stylesheets after core's buttons.css. MP6's styles have now been merged into wp-admin.css which is loaded before buttons.css. This means some responsive button styles in wp-admin.css are not being applied as they should be.
Example: the "Apply" button at the bottom of post listing screens does not get its extra padding applied on the <782px media query.
Also the "Default" button in the Iris color picker does not get any extra padding in this media query because there's no extra padding given to .button-small.
Attachments (1)
Change History (8)
#1
@
13 years ago
- Component Graphic Design → Administration
- Keywords ui-focus added
- Milestone Awaiting Review → 3.8
#4
@
13 years ago
- Keywords has-patch dev-feedback added
Took a first stab at migrating button styles over from wp-admin.css to buttons.css. Currently, this only moves over styles that include ".button". I'd appreciate another set of eyes to make sure I migrated the right styles and didn't miss anything that should have been moved over.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
MP6 responsive button styles need to be moved from wp-admin.css to buttons.css.