The css code is in the template /mezzanine/core/templates/admin/base_site.html
My understanding is the the best way to add in the css is

Add the file base_site.html to your local project's admin templates

This file will be something like.....

{% overextends "admin/base_site.html" %}
{% load mezzanine_tags i18n future staticfiles %}
{% block extrahead %}
{{ block.super }}
<link rel="stylesheet" href="{% static "css/my_extra.css" %}">
{% endblock %}

Regards
Graham

On 03/04/15 18:53, Developer A wrote:
No I'm trying to integrate
multiple stylesheets !
but only for the content of tinymce Editor !

for example something like this

//the multiple css files
tinymce_css:windows.__tinyme_css + windows.__myextra_css

But this do not work


--
You received this message because you are subscribed to the Google Groups "Mezzanine 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to