[wp-trac] [WordPress Trac] #17391: Links color in editor - twenty eleven
WordPress Trac
wp-trac at lists.automattic.com
Thu May 12 13:14:56 UTC 2011
#17391: Links color in editor - twenty eleven
----------------------------+-----------------------------
Reporter: bi0xid | Owner:
Type: task (blessed) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Editor | Version:
Severity: trivial | Keywords: needs-patch
----------------------------+-----------------------------
Hello there.
There is no support for links color change in editor-style.css.
If you change it in Theme Options, you will see the same:
{{{
a {
color: #1b8be0;
text-decoration: none;
}
}}}
As we want the editor to be WYSIWYRG, maybe we should include this change
in editor-style.css too.
I have tried to do that with `add_editor_style()`, but it is only intended
for .css archives.
I have tried to add it as a filter extending
`twentyeleven_print_link_color_style` in `mce_css` and
`tiny_mce_before_init`, unsuccessfully.
All ideas for what can I use to make tinyMCE read the options are welcome.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/17391>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list