Hey!
I make the multicolor theme. (black|white). And i need to change editor background. Which file include editor.css ? I want to include with theme variant editor',$context['theme_variant'],'.css
It is NOT loaded in a Theme template, but
Sources/Subs-Editor.php
// This really has some WYSIWYG stuff.
loadTemplate('GenericControls', $context['browser']['is_ie'] ? 'editor_ie' : 'editor');
editor_ie is editor_ie.css
editor is editor.css
Quote from: regularexpression on June 23, 2009, 05:33:56 AM
It is NOT loaded in a Theme template, but
Sources/Subs-Editor.php
// This really has some WYSIWYG stuff.
loadTemplate('GenericControls', $context['browser']['is_ie'] ? 'editor_ie' : 'editor');
editor_ie is editor_ie.css
editor is editor.css
Thank you very much @regularexpression i search "grep -i -w editor*.css /home/xx/public_html/Sources/*" in my site but not found anything. So now thank you. Solved=)