By bzsim on
In Drupal 6 I was able to control the CSS of the editor region of Tiny MCE. For example, if I wanted to make the anchors match that of my website then I was able to do something like this
body.mceContentBody a {
color: red;
}
Now I am in Drupal 7, using the latest version of TinyMCE and CSS like this is having no effect. I've tried everything from using the id #tinymce, etc. and nothing is affecting the way it looks. Is there a new way to do this now?