TinyMCE:Configuration/popup css
From Moxiecode Documentation Wiki
[edit]
Option: popup_css
This option enables you to specify the CSS to be used in all popup/dialog windows within TinyMCE this option is set to a CSS file found in the currently used theme by default.
[edit]
Example of usage of the popup_css option:
tinyMCE.init({
...
popup_css : "/mypopup.css"
});
