Changes between Initial Version and Version 1 of Ticket #24450, comment 6
- Timestamp:
- 05/30/2013 10:20:54 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24450, comment 6
initial v1 4 4 Yeah, and both options (a body stylesheet generated from PHP or !important) don't sound that good. 5 5 6 Agree with Sergey that `.wp_themeSkin tr.mceFirst .mceToolbar tr td` is quite specific. We could probably add `.mceEditor` in front of every `.wp_themeSkin` in [http://core.trac.wordpress.org/browser/trunk/wp-includes/css/editor.css editor.css] (about half of the selectors there) but it will always be possible to overwrite that with a selector containing IDs. Better option imho is to avoid using IDs when defining basicstyles, or if not possible, at least to make them more specific: `#page > table tr td`, etc.6 Agree with Sergey that `.wp_themeSkin tr.mceFirst .mceToolbar tr td` is quite specific. We could probably add `.mceEditor` in front of every `.wp_themeSkin` in [http://core.trac.wordpress.org/browser/trunk/wp-includes/css/editor.css editor.css] (about half of the selectors there) but it will always be possible to overwrite that with a selector containing IDs. Better option imho is to avoid using IDs when defining default element styles, or if not possible, at least to make them more specific: `#page > table tr td`, etc.