Opened 11 years ago
Closed 11 years ago
#27600 closed defect (bug) (fixed)
MCE Views can get pummeled by editor-style.css
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.9 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Media | Keywords: | |
Focuses: | Cc: |
Description
editor-style.css
loads last, and is less careful with setting *
rules that can wipe out font-size
and line-height
declarations.
Playlists try to stay out of the way and inherit fonts and sizes. However, there probably need to be top level rules for .wp-playlist
that ensure proper font-sizing on the front end and in the admin.
Also, have to make sure that the player doesn't inherit the font. Georgia
looks gross.
Attachments (3)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Initial patch, also cleaning up the borders - they can look gross when the line-height is affected