TinyMCE:Configuration/popup css add
From Moxiecode Documentation Wiki
[edit]
Option: popup_css_add
This option enables you to add a CSS to be used in all popup/dialog windows within TinyMCE. This option is added after theme dialog CSS and enables you to override the default CSS.
[edit]
Example of usage of the popup_css_add option:
tinyMCE.init({
...
popup_css_add : "/mypopup.css"
});
