[Smf 2.0] Which file include editor.css ?

Started by Özgür, June 23, 2009, 05:20:07 AM

Previous topic - Next topic

Özgür

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
So Long

karlbenson

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

Özgür

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=)
So Long

Advertisement: